summaryrefslogtreecommitdiff
path: root/test/option
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-09 18:29:43 +0000
committerSteven Knight <knight@baldmt.com>2009-02-09 18:29:43 +0000
commitd0babf0088ed94e39ee70169f5f2678822072405 (patch)
tree5664bb6b48d53803e7ea52f1caa5afa241413f32 /test/option
parent107c0c6e68dd0126f43fbbe9ed34d0c2cee68919 (diff)
downloadscons-d0babf0088ed94e39ee70169f5f2678822072405.tar.gz
Add emacs and vim editing settings to the bottom of *.py files.
Diffstat (limited to 'test/option')
-rw-r--r--test/option/d.py6
-rw-r--r--test/option/debug-count.py6
-rw-r--r--test/option/debug-findlibs.py6
-rw-r--r--test/option/debug-includes.py6
-rw-r--r--test/option/debug-memoizer.py6
-rw-r--r--test/option/debug-memory.py6
-rw-r--r--test/option/debug-objects.py6
-rw-r--r--test/option/debug-pdb.py6
-rw-r--r--test/option/debug-presub.py6
-rw-r--r--test/option/debug-stacktrace.py6
-rw-r--r--test/option/debug-time.py6
-rw-r--r--test/option/environment-overrides.py6
-rw-r--r--test/option/h.py6
-rw-r--r--test/option/help-options.py6
-rw-r--r--test/option/md5-chunksize.py6
-rw-r--r--test/option/no-print-directory.py6
-rw-r--r--test/option/print-directory.py6
-rw-r--r--test/option/profile.py6
-rw-r--r--test/option/repository.py6
-rw-r--r--test/option/srcdir.py6
-rw-r--r--test/option/stack-size.py6
-rw-r--r--test/option/taskmastertrace.py6
-rw-r--r--test/option/tree-all.py6
-rw-r--r--test/option/tree-derived.py6
-rw-r--r--test/option/tree-lib.py6
-rw-r--r--test/option/warn-dependency.py6
-rw-r--r--test/option/warn-duplicate-environment.py6
-rw-r--r--test/option/warn-misleading-keywords.py6
-rw-r--r--test/option/warn-missing-sconscript.py6
29 files changed, 174 insertions, 0 deletions
diff --git a/test/option/d.py b/test/option/d.py
index 0f8a9a55..055769a9 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 11ad66f1..a52e2014 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 70fa5b81..ce971998 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 1b7d363d..0982a20f 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 ff511488..f8e4cc3d 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 b130ab9a..08385015 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 1d3829a2..6a919a4e 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 bd79d7f7..d4d285c2 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 cdbefbd3..b5038215 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 80915fd0..b29b39d0 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 8a975a37..edd3ea5e 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 078bfeae..8680e2cb 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 f9213334..adcec3aa 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 f33ae524..9a873068 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 8c294801..43faf933 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 bb0abbf6..850a4840 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 a5d8fcf6..96d9d7be 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 aafebda1..ed5bc0aa 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 d30cbec4..a71e71e8 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 b6bcc593..0a92f131 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 495f86dd..9458356c 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 23545c1f..28f4574b 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 aa929369..0bd17175 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 3ec33d79..8490612f 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 c9293c28..27213449 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 b849bed8..c0562780 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 90a75067..a1c156bf 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 f92ccb0f..e8b6358f 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 f0aab045..9dc5eee9 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: