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/Actions | |
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/Actions')
-rw-r--r-- | test/Actions/actions.py | 6 | ||||
-rw-r--r-- | test/Actions/addpost-link.py | 6 | ||||
-rw-r--r-- | test/Actions/append.py | 6 | ||||
-rw-r--r-- | test/Actions/exitstatfunc.py | 6 | ||||
-rw-r--r-- | test/Actions/function.py | 6 | ||||
-rw-r--r-- | test/Actions/pre-post.py | 6 | ||||
-rw-r--r-- | test/Actions/timestamp.py | 6 | ||||
-rw-r--r-- | test/Actions/unicode-signature.py | 6 |
8 files changed, 48 insertions, 0 deletions
diff --git a/test/Actions/actions.py b/test/Actions/actions.py index 61c3c7d..79da385 100644 --- a/test/Actions/actions.py +++ b/test/Actions/actions.py @@ -131,3 +131,9 @@ scons: `.' is up to date. """) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Actions/addpost-link.py b/test/Actions/addpost-link.py index 7721fde..0a94c7d 100644 --- a/test/Actions/addpost-link.py +++ b/test/Actions/addpost-link.py @@ -88,3 +88,9 @@ expect = 'strip.py: %s' % test.workpath('test1.exe') test.must_contain_all_lines(test.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/Actions/append.py b/test/Actions/append.py index 4b13107..f617280 100644 --- a/test/Actions/append.py +++ b/test/Actions/append.py @@ -81,3 +81,9 @@ test.fail_test(open('before.txt', 'rb').read() != "Bar\n") os.chmod(after_exe, os.stat(after_exe)[stat.ST_MODE] | stat.S_IXUSR) test.run(program=after_exe, stdout="Foo\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/Actions/exitstatfunc.py b/test/Actions/exitstatfunc.py index c52e1f5..c2feef8 100644 --- a/test/Actions/exitstatfunc.py +++ b/test/Actions/exitstatfunc.py @@ -65,3 +65,9 @@ test.run(arguments = 'test2') test.must_match('test2.out', "test2.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/Actions/function.py b/test/Actions/function.py index 4fc0dc4..6d18e5c 100644 --- a/test/Actions/function.py +++ b/test/Actions/function.py @@ -236,3 +236,9 @@ runtest('trailer=MyTrailer', """Head:0:1:MyTrailer\n18\naaa\n""") runtest('', """Head:0:1:Tail\n18\naaa\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/Actions/pre-post.py b/test/Actions/pre-post.py index 647b6e9..9ea397f 100644 --- a/test/Actions/pre-post.py +++ b/test/Actions/pre-post.py @@ -205,3 +205,9 @@ test.pass_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/Actions/timestamp.py b/test/Actions/timestamp.py index ee93596..835ac7f 100644 --- a/test/Actions/timestamp.py +++ b/test/Actions/timestamp.py @@ -54,3 +54,9 @@ env.Command('file.out', 'file.in', my_copy) test.not_up_to_date(arguments = 'file.out') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Actions/unicode-signature.py b/test/Actions/unicode-signature.py index dd7f883..0d0c469 100644 --- a/test/Actions/unicode-signature.py +++ b/test/Actions/unicode-signature.py @@ -63,3 +63,9 @@ test.must_match('foo.txt', "funcact\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: |