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/scons-time/run | |
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/scons-time/run')
26 files changed, 156 insertions, 0 deletions
diff --git a/test/scons-time/run/aegis.py b/test/scons-time/run/aegis.py index eebd933..09c6aad 100644 --- a/test/scons-time/run/aegis.py +++ b/test/scons-time/run/aegis.py @@ -71,3 +71,9 @@ def re_find(content, line): test.must_contain_all_lines(content, expect, 'foo-617-2.log', re_find) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/dir.py b/test/scons-time/run/archive/dir.py index a6c48ec..590d568 100644 --- a/test/scons-time/run/archive/dir.py +++ b/test/scons-time/run/archive/dir.py @@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/tar-gz.py b/test/scons-time/run/archive/tar-gz.py index ac69e29..af11c33 100644 --- a/test/scons-time/run/archive/tar-gz.py +++ b/test/scons-time/run/archive/tar-gz.py @@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/tar.py b/test/scons-time/run/archive/tar.py index 18823d7..a85dacf 100644 --- a/test/scons-time/run/archive/tar.py +++ b/test/scons-time/run/archive/tar.py @@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/tgz.py b/test/scons-time/run/archive/tgz.py index f7df9a0..c349e02 100644 --- a/test/scons-time/run/archive/tgz.py +++ b/test/scons-time/run/archive/tgz.py @@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/zip.py b/test/scons-time/run/archive/zip.py index b5b122b..2fad3b8 100644 --- a/test/scons-time/run/archive/zip.py +++ b/test/scons-time/run/archive/zip.py @@ -71,3 +71,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/config/archive_list.py b/test/scons-time/run/config/archive_list.py index 8ddde3d..d393a69 100644 --- a/test/scons-time/run/config/archive_list.py +++ b/test/scons-time/run/config/archive_list.py @@ -75,3 +75,9 @@ test.must_exist('bar-000-0.log', test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/config/initial_commands.py b/test/scons-time/run/config/initial_commands.py index 73328ef..167ed49 100644 --- a/test/scons-time/run/config/initial_commands.py +++ b/test/scons-time/run/config/initial_commands.py @@ -54,3 +54,9 @@ test.must_exist('foo-000-0.log', test.must_exist('INITIAL') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/config/prefix.py b/test/scons-time/run/config/prefix.py index c04c9e7..5ef673b 100644 --- a/test/scons-time/run/config/prefix.py +++ b/test/scons-time/run/config/prefix.py @@ -50,3 +50,9 @@ test.must_exist('bar-000-0.log', 'bar-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/config/python.py b/test/scons-time/run/config/python.py index 4aa85b4..6cf965b 100644 --- a/test/scons-time/run/config/python.py +++ b/test/scons-time/run/config/python.py @@ -66,3 +66,9 @@ test.must_match('foo-000-1.log', "my_python.py: %s\n" % prof1) test.must_match('foo-000-2.log', "my_python.py: %s\n" % prof2) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/config/scons.py b/test/scons-time/run/config/scons.py index be34dde..73f041d 100644 --- a/test/scons-time/run/config/scons.py +++ b/test/scons-time/run/config/scons.py @@ -62,3 +62,9 @@ test.must_match('foo-000-1.log', "my_scons.py: %s\n" % prof1) test.must_match('foo-000-2.log', "my_scons.py: %s\n" % prof2) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/config/subdir.py b/test/scons-time/run/config/subdir.py index b463868..1d7ca8e 100644 --- a/test/scons-time/run/config/subdir.py +++ b/test/scons-time/run/config/subdir.py @@ -63,3 +63,9 @@ def re_find(content, line): test.must_contain_all_lines(content, expect, 'foo-000-0.log', re_find) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/config/targets.py b/test/scons-time/run/config/targets.py index 8d2abd1..482a44d 100644 --- a/test/scons-time/run/config/targets.py +++ b/test/scons-time/run/config/targets.py @@ -84,3 +84,9 @@ SConstruct file directory: .*scons-time-.*%(sep)sfoo test.must_match('foo-000-2.log', expect, mode='r') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/option/help.py b/test/scons-time/run/option/help.py index 00a4eb7..d7f2b29 100644 --- a/test/scons-time/run/option/help.py +++ b/test/scons-time/run/option/help.py @@ -57,3 +57,9 @@ test.run(arguments = 'help run') 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/scons-time/run/option/next-run.py b/test/scons-time/run/option/next-run.py index 8a23939..7e729cb 100644 --- a/test/scons-time/run/option/next-run.py +++ b/test/scons-time/run/option/next-run.py @@ -97,3 +97,9 @@ test.must_not_exist('foo-003-0.log', 'foo-003-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/option/no-args.py b/test/scons-time/run/option/no-args.py index 520b27d..e01f24b 100644 --- a/test/scons-time/run/option/no-args.py +++ b/test/scons-time/run/option/no-args.py @@ -40,3 +40,9 @@ scons-time: run: No arguments or -f config file specified. test.run(arguments = 'run', status = 1, stderr = 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/scons-time/run/option/no-exec.py b/test/scons-time/run/option/no-exec.py index a2eab74..db6757c 100644 --- a/test/scons-time/run/option/no-exec.py +++ b/test/scons-time/run/option/no-exec.py @@ -47,3 +47,9 @@ test.must_not_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/option/number.py b/test/scons-time/run/option/number.py index ddf2d86..0e87c2d 100644 --- a/test/scons-time/run/option/number.py +++ b/test/scons-time/run/option/number.py @@ -46,3 +46,9 @@ test.must_exist('foo-077-0.log', 'foo-077-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/option/outdir.py b/test/scons-time/run/option/outdir.py index f60eba0..370974b 100644 --- a/test/scons-time/run/option/outdir.py +++ b/test/scons-time/run/option/outdir.py @@ -49,3 +49,9 @@ test.must_exist(['sub', 'foo-000-0.log'], ['sub', 'foo-000-2.prof']) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/option/prefix.py b/test/scons-time/run/option/prefix.py index 6bc9619..df13cd0 100644 --- a/test/scons-time/run/option/prefix.py +++ b/test/scons-time/run/option/prefix.py @@ -46,3 +46,9 @@ test.must_exist('bar-000-0.log', 'bar-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/option/python.py b/test/scons-time/run/option/python.py index bd12efe..a28e23f 100644 --- a/test/scons-time/run/option/python.py +++ b/test/scons-time/run/option/python.py @@ -62,3 +62,9 @@ test.must_match('foo-000-1.log', "my_python.py: %s\n" % prof1) test.must_match('foo-000-2.log', "my_python.py: %s\n" % prof2) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/option/quiet.py b/test/scons-time/run/option/quiet.py index 453829c..58b5e82 100644 --- a/test/scons-time/run/option/quiet.py +++ b/test/scons-time/run/option/quiet.py @@ -80,3 +80,9 @@ test.must_exist('foo-001-0.log', test.run(arguments = 'run --quiet foo.tar.gz', 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/scons-time/run/option/scons.py b/test/scons-time/run/option/scons.py index 14ac18d..0bf883b 100644 --- a/test/scons-time/run/option/scons.py +++ b/test/scons-time/run/option/scons.py @@ -57,3 +57,9 @@ test.must_match('foo-000-1.log', "my_scons.py: %s\n" % prof1) test.must_match('foo-000-2.log', "my_scons.py: %s\n" % prof2) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/option/subdir.py b/test/scons-time/run/option/subdir.py index eeae750..ef8bc81 100644 --- a/test/scons-time/run/option/subdir.py +++ b/test/scons-time/run/option/subdir.py @@ -59,3 +59,9 @@ def re_find(content, line): test.must_contain_all_lines(content, expect, 'foo-000-0.log', re_find) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/option/verbose.py b/test/scons-time/run/option/verbose.py index 935e2a9..8b0be4a 100644 --- a/test/scons-time/run/option/verbose.py +++ b/test/scons-time/run/option/verbose.py @@ -145,3 +145,9 @@ test.run(arguments = 'run --verbose foo.tar.gz', stdout = expect % locals()) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/subversion.py b/test/scons-time/run/subversion.py index d265422..e3152fc 100644 --- a/test/scons-time/run/subversion.py +++ b/test/scons-time/run/subversion.py @@ -72,3 +72,9 @@ def re_find(content, line): test.must_contain_all_lines(content, expect, 'foo-617-2.log', re_find) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |