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/Install | |
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/Install')
-rw-r--r-- | test/Install/Clone.py | 6 | ||||
-rw-r--r-- | test/Install/INSTALLSTR.py | 6 | ||||
-rw-r--r-- | test/Install/Install.py | 6 | ||||
-rw-r--r-- | test/Install/InstallAs.py | 6 | ||||
-rw-r--r-- | test/Install/directories.py | 6 | ||||
-rw-r--r-- | test/Install/multi.py | 6 | ||||
-rw-r--r-- | test/Install/no-top-relative.py | 6 | ||||
-rw-r--r-- | test/Install/option--install-sandbox.py | 6 | ||||
-rw-r--r-- | test/Install/tool.py | 6 | ||||
-rw-r--r-- | test/Install/wrap-by-attribute.py | 6 |
10 files changed, 60 insertions, 0 deletions
diff --git a/test/Install/Clone.py b/test/Install/Clone.py index 65770d2..da66157 100644 --- a/test/Install/Clone.py +++ b/test/Install/Clone.py @@ -67,3 +67,9 @@ test.must_match(['sub2', 'foo.out'], "foo.in\n") test.must_match(['sub3', 'foo.out'], "foo.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/Install/INSTALLSTR.py b/test/Install/INSTALLSTR.py index 0b51558..0cc5fce 100644 --- a/test/Install/INSTALLSTR.py +++ b/test/Install/INSTALLSTR.py @@ -50,3 +50,9 @@ INSTALL file => %s! test.must_match(['install', 'file'], "file\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/Install/Install.py b/test/Install/Install.py index 8c52015..8c461a7 100644 --- a/test/Install/Install.py +++ b/test/Install/Install.py @@ -147,3 +147,9 @@ test.run(chdir = 'work', f.close() test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Install/InstallAs.py b/test/Install/InstallAs.py index ba83259..fe860b0 100644 --- a/test/Install/InstallAs.py +++ b/test/Install/InstallAs.py @@ -84,3 +84,9 @@ 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/Install/directories.py b/test/Install/directories.py index 5a795af..74a7ac5 100644 --- a/test/Install/directories.py +++ b/test/Install/directories.py @@ -91,3 +91,9 @@ test.must_match(test.workpath('outside', 'd4', 'f8'), "work/dir4/f8\n" test.must_match(test.workpath('outside', 'd4', 'sub', 'f9'), "work/dir4/sub/f9\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/Install/multi.py b/test/Install/multi.py index e033b53..a7a6eb8 100644 --- a/test/Install/multi.py +++ b/test/Install/multi.py @@ -46,3 +46,9 @@ test.run(arguments = '.') test.must_match(['install', 'file1'], "file1\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/Install/no-top-relative.py b/test/Install/no-top-relative.py index 51538ea..3eb24f7 100644 --- a/test/Install/no-top-relative.py +++ b/test/Install/no-top-relative.py @@ -51,3 +51,9 @@ test.run() test.must_match(['install', '#testfile.txt#'], "test/#testfile.txt#\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/Install/option--install-sandbox.py b/test/Install/option--install-sandbox.py index 32e61a1..020cd3a 100644 --- a/test/Install/option--install-sandbox.py +++ b/test/Install/option--install-sandbox.py @@ -74,3 +74,9 @@ test.must_match('destination/subdir/file3.out', "subdir/file3.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/Install/tool.py b/test/Install/tool.py index 4f09b73..1e49584 100644 --- a/test/Install/tool.py +++ b/test/Install/tool.py @@ -49,3 +49,9 @@ test.must_match(['iii', 'foo.in'], "foo.in\n") test.must_match('foo.out', "foo.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/Install/wrap-by-attribute.py b/test/Install/wrap-by-attribute.py index cdfe41c..e36d11d 100644 --- a/test/Install/wrap-by-attribute.py +++ b/test/Install/wrap-by-attribute.py @@ -107,3 +107,9 @@ test.must_match(f4_new_out, "f4.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: |