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/VariantDir | |
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/VariantDir')
-rw-r--r-- | test/VariantDir/CPPPATH-subdir.py | 6 | ||||
-rw-r--r-- | test/VariantDir/Clean.py | 6 | ||||
-rw-r--r-- | test/VariantDir/File-create.py | 6 | ||||
-rw-r--r-- | test/VariantDir/SConscript-variant_dir.py | 6 | ||||
-rw-r--r-- | test/VariantDir/VariantDir.py | 6 | ||||
-rw-r--r-- | test/VariantDir/errors.py | 6 | ||||
-rw-r--r-- | test/VariantDir/guess-subdir.py | 6 | ||||
-rw-r--r-- | test/VariantDir/include-subdir.py | 6 | ||||
-rw-r--r-- | test/VariantDir/nested-sconscripts.py | 6 | ||||
-rw-r--r-- | test/VariantDir/no-execute.py | 6 | ||||
-rw-r--r-- | test/VariantDir/reflect.py | 6 | ||||
-rw-r--r-- | test/VariantDir/removed-files.py | 6 | ||||
-rw-r--r-- | test/VariantDir/under.py | 6 |
13 files changed, 78 insertions, 0 deletions
diff --git a/test/VariantDir/CPPPATH-subdir.py b/test/VariantDir/CPPPATH-subdir.py index 25ebb40..2f41094 100644 --- a/test/VariantDir/CPPPATH-subdir.py +++ b/test/VariantDir/CPPPATH-subdir.py @@ -69,3 +69,9 @@ test.run(arguments = '.', match = TestSCons.match_re_dotall) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/VariantDir/Clean.py b/test/VariantDir/Clean.py index 3f065e5..d1e0bb8 100644 --- a/test/VariantDir/Clean.py +++ b/test/VariantDir/Clean.py @@ -69,3 +69,9 @@ test.must_not_exist(['build', 'sample.out']) test.must_not_exist(['build', 'sample.junk']) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/VariantDir/File-create.py b/test/VariantDir/File-create.py index ea4e61b..725404c 100644 --- a/test/VariantDir/File-create.py +++ b/test/VariantDir/File-create.py @@ -68,3 +68,9 @@ test.must_match(['build1', 'f2.out'], "f2.in\n") test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/VariantDir/SConscript-variant_dir.py b/test/VariantDir/SConscript-variant_dir.py index cba6c2f..088ead2 100644 --- a/test/VariantDir/SConscript-variant_dir.py +++ b/test/VariantDir/SConscript-variant_dir.py @@ -270,3 +270,9 @@ test.run(chdir='test3') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/VariantDir/VariantDir.py b/test/VariantDir/VariantDir.py index 813bb2f..f2c0a7c 100644 --- a/test/VariantDir/VariantDir.py +++ b/test/VariantDir/VariantDir.py @@ -404,3 +404,9 @@ non_existing.h: """) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/VariantDir/errors.py b/test/VariantDir/errors.py index 80f47d5..f31cd71 100644 --- a/test/VariantDir/errors.py +++ b/test/VariantDir/errors.py @@ -171,3 +171,9 @@ test.run(chdir = 'duplicate', stderr = expect_stderr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/VariantDir/guess-subdir.py b/test/VariantDir/guess-subdir.py index 672e157..294253b 100644 --- a/test/VariantDir/guess-subdir.py +++ b/test/VariantDir/guess-subdir.py @@ -67,3 +67,9 @@ test.must_exist(test.workpath('debug', 'src', 'test.obj')) test.must_exist(test.workpath('debug', 'src', 'test.exe')) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/VariantDir/include-subdir.py b/test/VariantDir/include-subdir.py index 7623b92..5ddd623 100644 --- a/test/VariantDir/include-subdir.py +++ b/test/VariantDir/include-subdir.py @@ -74,3 +74,9 @@ env.Program('bin/main', o) test.run(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/VariantDir/nested-sconscripts.py b/test/VariantDir/nested-sconscripts.py index c1d1557..8782e41 100644 --- a/test/VariantDir/nested-sconscripts.py +++ b/test/VariantDir/nested-sconscripts.py @@ -62,3 +62,9 @@ test.write(['src', 'md', 'test', 'SConscript'], """\ test.run(chdir='src') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/VariantDir/no-execute.py b/test/VariantDir/no-execute.py index 2006b31..94bd5cb 100644 --- a/test/VariantDir/no-execute.py +++ b/test/VariantDir/no-execute.py @@ -65,3 +65,9 @@ Copy("%s", "%s") test.run(arguments = '-Q -n', stdout=expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/VariantDir/reflect.py b/test/VariantDir/reflect.py index d231fa9..51a1bc8 100644 --- a/test/VariantDir/reflect.py +++ b/test/VariantDir/reflect.py @@ -134,3 +134,9 @@ test.must_not_exist(['dir1', 'dir2', 'dir1', 'dir2', 'foo.h']) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/VariantDir/removed-files.py b/test/VariantDir/removed-files.py index 9f16740..113f667 100644 --- a/test/VariantDir/removed-files.py +++ b/test/VariantDir/removed-files.py @@ -97,3 +97,9 @@ test.run(arguments = '.', stderr=None, status=2) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/VariantDir/under.py b/test/VariantDir/under.py index 355f2b3..2508db5 100644 --- a/test/VariantDir/under.py +++ b/test/VariantDir/under.py @@ -92,3 +92,9 @@ test.must_match(['work', 'build4', 'file.out'], "other/file.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |