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/option | |
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/option')
29 files changed, 174 insertions, 0 deletions
diff --git a/test/option/d.py b/test/option/d.py index 0f8a9a5..055769a 100644 --- a/test/option/d.py +++ b/test/option/d.py @@ -142,3 +142,9 @@ test.run(program = test.workpath('subdir/ddd'), stdout = "subdir/ddd.c\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/option/debug-count.py b/test/option/debug-count.py index 11ad66f..a52e201 100644 --- a/test/option/debug-count.py +++ b/test/option/debug-count.py @@ -94,3 +94,9 @@ test.run(arguments = '--debug=count -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/option/debug-findlibs.py b/test/option/debug-findlibs.py index 70fa5b8..ce97199 100644 --- a/test/option/debug-findlibs.py +++ b/test/option/debug-findlibs.py @@ -202,3 +202,9 @@ test.run(arguments = "--debug=findlibs foo.xxx", test.must_match('foo.xxx', "a.ooo\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/option/debug-includes.py b/test/option/debug-includes.py index 1b7d363..0982a20 100644 --- a/test/option/debug-includes.py +++ b/test/option/debug-includes.py @@ -119,3 +119,9 @@ test.run(arguments = "--debug=includes foo.shlib") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/debug-memoizer.py b/test/option/debug-memoizer.py index ff51148..f8e4cc3 100644 --- a/test/option/debug-memoizer.py +++ b/test/option/debug-memoizer.py @@ -118,3 +118,9 @@ test.must_match('file.out', "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/option/debug-memory.py b/test/option/debug-memory.py index b130ab9..0838501 100644 --- a/test/option/debug-memory.py +++ b/test/option/debug-memory.py @@ -79,3 +79,9 @@ test.fail_test(re.match(r'Memory after reading SConscript files: +\d+', lines[-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/option/debug-objects.py b/test/option/debug-objects.py index 1d3829a..6a919a4 100644 --- a/test/option/debug-objects.py +++ b/test/option/debug-objects.py @@ -56,3 +56,9 @@ test.run(arguments = "--debug=objects") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/debug-pdb.py b/test/option/debug-pdb.py index bd79d7f..d4d285c 100644 --- a/test/option/debug-pdb.py +++ b/test/option/debug-pdb.py @@ -36,3 +36,9 @@ test.run(arguments = "--debug=pdb", stdin = "n\ns\nq\n") test.must_contain_all_lines(test.stdout(), ["(Pdb)", "SCons"]) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/debug-presub.py b/test/option/debug-presub.py index cdbefbd..b503821 100644 --- a/test/option/debug-presub.py +++ b/test/option/debug-presub.py @@ -201,3 +201,9 @@ test.must_match('file18.out', "file18.in\n") test.must_match('file20.obj', "file20.c\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/option/debug-stacktrace.py b/test/option/debug-stacktrace.py index 80915fd..b29b39d 100644 --- a/test/option/debug-stacktrace.py +++ b/test/option/debug-stacktrace.py @@ -111,3 +111,9 @@ test.must_contain_all_lines(test.stderr(), lines) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/debug-time.py b/test/option/debug-time.py index 8a975a3..edd3ea5 100644 --- a/test/option/debug-time.py +++ b/test/option/debug-time.py @@ -203,3 +203,9 @@ if command_time != 0.0: test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/environment-overrides.py b/test/option/environment-overrides.py index 078bfea..8680e2c 100644 --- a/test/option/environment-overrides.py +++ b/test/option/environment-overrides.py @@ -42,3 +42,9 @@ test.run(arguments = '--environment-overrides .', test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/h.py b/test/option/h.py index f921333..adcec3a 100644 --- a/test/option/h.py +++ b/test/option/h.py @@ -55,3 +55,9 @@ test.run(arguments = '-D -h') test.must_contain_all_lines(test.stdout(), ['-h, --help']) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/help-options.py b/test/option/help-options.py index f33ae52..9a87306 100644 --- a/test/option/help-options.py +++ b/test/option/help-options.py @@ -69,3 +69,9 @@ if lowered != sorted: test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/md5-chunksize.py b/test/option/md5-chunksize.py index 8c29480..43faf93 100644 --- a/test/option/md5-chunksize.py +++ b/test/option/md5-chunksize.py @@ -119,3 +119,9 @@ env.Command('test.stat', 'test.big', Action(get_stat)) test2.run(arguments='--md5-chunksize=128', stdout=expected_stdout, stderr='') test2.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/no-print-directory.py b/test/option/no-print-directory.py index bb0abbf..850a484 100644 --- a/test/option/no-print-directory.py +++ b/test/option/no-print-directory.py @@ -39,3 +39,9 @@ test.run(arguments = '--no-print-directory .', test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/print-directory.py b/test/option/print-directory.py index a5d8fcf..96d9d7b 100644 --- a/test/option/print-directory.py +++ b/test/option/print-directory.py @@ -42,3 +42,9 @@ test.run(arguments = '--print-directory .', test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/profile.py b/test/option/profile.py index aafebda..ed5bc0a 100644 --- a/test/option/profile.py +++ b/test/option/profile.py @@ -104,3 +104,9 @@ test.fail_test(len(memory_lines) != 1) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/repository.py b/test/option/repository.py index d30cbec..a71e71e 100644 --- a/test/option/repository.py +++ b/test/option/repository.py @@ -59,3 +59,9 @@ test.up_to_date(chdir = 'work1', options = opts, 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/option/srcdir.py b/test/option/srcdir.py index b6bcc59..0a92f13 100644 --- a/test/option/srcdir.py +++ b/test/option/srcdir.py @@ -59,3 +59,9 @@ test.up_to_date(chdir = 'work1', options = opts, 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/option/stack-size.py b/test/option/stack-size.py index 495f86d..9458356 100644 --- a/test/option/stack-size.py +++ b/test/option/stack-size.py @@ -355,3 +355,9 @@ else: test.must_not_exist(['work2', 'f2.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/option/taskmastertrace.py b/test/option/taskmastertrace.py index 23545c1..28f4574 100644 --- a/test/option/taskmastertrace.py +++ b/test/option/taskmastertrace.py @@ -221,3 +221,9 @@ Taskmaster: No candidate anymore. test.must_match('trace.out', expect_trace) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/tree-all.py b/test/option/tree-all.py index aa92936..0bd1717 100644 --- a/test/option/tree-all.py +++ b/test/option/tree-all.py @@ -227,3 +227,9 @@ if string.count(test.stdout(), tree1) != 1: 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/option/tree-derived.py b/test/option/tree-derived.py index 3ec33d7..8490612 100644 --- a/test/option/tree-derived.py +++ b/test/option/tree-derived.py @@ -139,3 +139,9 @@ test.run(arguments = "--tree=derived foo.xxx", test.must_contain_all_lines(test.stdout(), [dtree1]) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/tree-lib.py b/test/option/tree-lib.py index c9293c2..2721344 100644 --- a/test/option/tree-lib.py +++ b/test/option/tree-lib.py @@ -80,3 +80,9 @@ test.must_contain_all_lines(test.stdout(), [expect]) test.up_to_date(arguments = '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/option/warn-dependency.py b/test/option/warn-dependency.py index b849bed..c056278 100644 --- a/test/option/warn-dependency.py +++ b/test/option/warn-dependency.py @@ -71,3 +71,9 @@ test.run(arguments='--warn=no-dependency --warn=all .', test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/warn-duplicate-environment.py b/test/option/warn-duplicate-environment.py index 90a7506..a1c156b 100644 --- a/test/option/warn-duplicate-environment.py +++ b/test/option/warn-duplicate-environment.py @@ -78,3 +78,9 @@ test.run(arguments='WARN=no-duplicate-environment file1.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/option/warn-misleading-keywords.py b/test/option/warn-misleading-keywords.py index f92ccb0..e8b6358 100644 --- a/test/option/warn-misleading-keywords.py +++ b/test/option/warn-misleading-keywords.py @@ -77,3 +77,9 @@ test.run(arguments='WARN=no-misleading-keywords .', test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/option/warn-missing-sconscript.py b/test/option/warn-missing-sconscript.py index f0aab04..9dc5eee 100644 --- a/test/option/warn-missing-sconscript.py +++ b/test/option/warn-missing-sconscript.py @@ -67,3 +67,9 @@ test.run(arguments = 'WARN=no-missing-sconscript .', test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |