diff options
author | Steven Knight <knight@baldmt.com> | 2009-02-09 18:29:43 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-02-09 18:29:43 (GMT) |
commit | ba21ffe311490bb348716e8e9127109e7fdc2f08 (patch) | |
tree | 5664bb6b48d53803e7ea52f1caa5afa241413f32 /test/Glob | |
parent | 895f277379ccb6272549468d18f27f4a5fc2ee2f (diff) | |
download | SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.zip SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.tar.gz SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.tar.bz2 |
Add emacs and vim editing settings to the bottom of *.py files.
Diffstat (limited to 'test/Glob')
-rw-r--r-- | test/Glob/Repository.py | 6 | ||||
-rw-r--r-- | test/Glob/VariantDir.py | 6 | ||||
-rw-r--r-- | test/Glob/basic.py | 6 | ||||
-rw-r--r-- | test/Glob/glob-libpath.py | 6 | ||||
-rw-r--r-- | test/Glob/source.py | 6 | ||||
-rw-r--r-- | test/Glob/strings.py | 6 | ||||
-rw-r--r-- | test/Glob/subdir.py | 6 | ||||
-rw-r--r-- | test/Glob/subst.py | 6 |
8 files changed, 48 insertions, 0 deletions
diff --git a/test/Glob/Repository.py b/test/Glob/Repository.py index bef9bda..2b0a5bb 100644 --- a/test/Glob/Repository.py +++ b/test/Glob/Repository.py @@ -121,3 +121,9 @@ test.must_match(['work', 'ccc.out'], "repository/ccc.in\n") # test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Glob/VariantDir.py b/test/Glob/VariantDir.py index 5f29b21..62226ce 100644 --- a/test/Glob/VariantDir.py +++ b/test/Glob/VariantDir.py @@ -69,3 +69,9 @@ test.must_match(['var1', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.in\n") test.must_match(['var2', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Glob/basic.py b/test/Glob/basic.py index 2e7427a..d985a73 100644 --- a/test/Glob/basic.py +++ b/test/Glob/basic.py @@ -57,3 +57,9 @@ test.run(arguments = '.') test.must_match('f.out', "f1.in\nf2.in\nf3.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Glob/glob-libpath.py b/test/Glob/glob-libpath.py index 1effcc1..b09aab9 100644 --- a/test/Glob/glob-libpath.py +++ b/test/Glob/glob-libpath.py @@ -84,3 +84,9 @@ if test.match_re_dotall(test.stdout(), r".*(-L|/LIBPATH:)src[/\\]util.*"): test.fail_test() test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Glob/source.py b/test/Glob/source.py index 4142fc0..33baf37 100644 --- a/test/Glob/source.py +++ b/test/Glob/source.py @@ -86,3 +86,9 @@ test.must_match(['var1', 'f.out'], "src/f4.in\nsrc/f5.in\n") test.must_match(['var2', 'f.out'], "src/f6.in\nsrc/f7.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Glob/strings.py b/test/Glob/strings.py index 4852790..1ef0421 100644 --- a/test/Glob/strings.py +++ b/test/Glob/strings.py @@ -70,3 +70,9 @@ test.must_match(['var1', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.in\n") test.must_match(['var2', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Glob/subdir.py b/test/Glob/subdir.py index b4e89e8..0255ff8 100644 --- a/test/Glob/subdir.py +++ b/test/Glob/subdir.py @@ -58,3 +58,9 @@ test.run(arguments = '.') test.must_match('f.out', "subdir/file.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Glob/subst.py b/test/Glob/subst.py index e6aa3ca..abf2bb4 100644 --- a/test/Glob/subst.py +++ b/test/Glob/subst.py @@ -58,3 +58,9 @@ test.run(arguments = '.') test.must_match('f.out', "f1.in\nf2.in\nf3.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |