summaryrefslogtreecommitdiff
path: root/test/Interactive
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/Interactive
parent107c0c6e68dd0126f43fbbe9ed34d0c2cee68919 (diff)
downloadscons-d0babf0088ed94e39ee70169f5f2678822072405.tar.gz
Add emacs and vim editing settings to the bottom of *.py files.
Diffstat (limited to 'test/Interactive')
-rw-r--r--test/Interactive/Alias.py6
-rw-r--r--test/Interactive/Default-None.py6
-rw-r--r--test/Interactive/Default.py6
-rw-r--r--test/Interactive/added-include.py6
-rw-r--r--test/Interactive/basic.py6
-rw-r--r--test/Interactive/cache-debug.py6
-rw-r--r--test/Interactive/cache-disable.py6
-rw-r--r--test/Interactive/cache-force.py6
-rw-r--r--test/Interactive/cache-show.py6
-rw-r--r--test/Interactive/clean.py6
-rw-r--r--test/Interactive/exit.py6
-rw-r--r--test/Interactive/failure.py6
-rw-r--r--test/Interactive/help.py6
-rw-r--r--test/Interactive/implicit-VariantDir.py6
-rw-r--r--test/Interactive/option--Q.py6
-rw-r--r--test/Interactive/option-i.py6
-rw-r--r--test/Interactive/option-j.py6
-rw-r--r--test/Interactive/option-k.py6
-rw-r--r--test/Interactive/option-n.py6
-rw-r--r--test/Interactive/option-s.py6
-rw-r--r--test/Interactive/repeat-line.py6
-rw-r--r--test/Interactive/shell.py6
-rw-r--r--test/Interactive/taskmastertrace.py6
-rw-r--r--test/Interactive/tree.py6
-rw-r--r--test/Interactive/unknown-command.py6
-rw-r--r--test/Interactive/variant_dir.py6
-rw-r--r--test/Interactive/version.py6
27 files changed, 162 insertions, 0 deletions
diff --git a/test/Interactive/Alias.py b/test/Interactive/Alias.py
index fc05b9ab..ab4c64c9 100644
--- a/test/Interactive/Alias.py
+++ b/test/Interactive/Alias.py
@@ -83,3 +83,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/Default-None.py b/test/Interactive/Default-None.py
index 36ebf2fb..3f4db829 100644
--- a/test/Interactive/Default-None.py
+++ b/test/Interactive/Default-None.py
@@ -94,3 +94,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/Default.py b/test/Interactive/Default.py
index d6205e29..94295682 100644
--- a/test/Interactive/Default.py
+++ b/test/Interactive/Default.py
@@ -84,3 +84,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/added-include.py b/test/Interactive/added-include.py
index ca7c92f5..86a473de 100644
--- a/test/Interactive/added-include.py
+++ b/test/Interactive/added-include.py
@@ -113,3 +113,9 @@ test.run(program = foo_exe, stdout = 'foo.h.in 3\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/Interactive/basic.py b/test/Interactive/basic.py
index 4c78f69c..31a7be7d 100644
--- a/test/Interactive/basic.py
+++ b/test/Interactive/basic.py
@@ -82,3 +82,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/cache-debug.py b/test/Interactive/cache-debug.py
index dab51596..68bedb82 100644
--- a/test/Interactive/cache-debug.py
+++ b/test/Interactive/cache-debug.py
@@ -115,3 +115,9 @@ test.finish(scons, stdout = expect_stdout, match=TestCmd.match_re)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/cache-disable.py b/test/Interactive/cache-disable.py
index 0fb8435c..ef986db4 100644
--- a/test/Interactive/cache-disable.py
+++ b/test/Interactive/cache-disable.py
@@ -113,3 +113,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/cache-force.py b/test/Interactive/cache-force.py
index 8fd3f920..2fb74941 100644
--- a/test/Interactive/cache-force.py
+++ b/test/Interactive/cache-force.py
@@ -111,3 +111,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/cache-show.py b/test/Interactive/cache-show.py
index c1fe4873..e3fe96c3 100644
--- a/test/Interactive/cache-show.py
+++ b/test/Interactive/cache-show.py
@@ -113,3 +113,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/clean.py b/test/Interactive/clean.py
index 4f4f80de..b2a7bb70 100644
--- a/test/Interactive/clean.py
+++ b/test/Interactive/clean.py
@@ -103,3 +103,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/exit.py b/test/Interactive/exit.py
index df06d5da..90584990 100644
--- a/test/Interactive/exit.py
+++ b/test/Interactive/exit.py
@@ -62,3 +62,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/failure.py b/test/Interactive/failure.py
index 75f460fa..122d875c 100644
--- a/test/Interactive/failure.py
+++ b/test/Interactive/failure.py
@@ -149,3 +149,9 @@ test.finish(scons, stdout = expect_stdout, stderr = expect_stderr)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/help.py b/test/Interactive/help.py
index ef4c5783..6020bdec 100644
--- a/test/Interactive/help.py
+++ b/test/Interactive/help.py
@@ -83,3 +83,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/implicit-VariantDir.py b/test/Interactive/implicit-VariantDir.py
index b69264b7..8975e900 100644
--- a/test/Interactive/implicit-VariantDir.py
+++ b/test/Interactive/implicit-VariantDir.py
@@ -140,3 +140,9 @@ test.finish(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/Interactive/option--Q.py b/test/Interactive/option--Q.py
index 4c02fa72..19b70c1c 100644
--- a/test/Interactive/option--Q.py
+++ b/test/Interactive/option--Q.py
@@ -81,3 +81,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/option-i.py b/test/Interactive/option-i.py
index a2935a70..2ea1f04b 100644
--- a/test/Interactive/option-i.py
+++ b/test/Interactive/option-i.py
@@ -104,3 +104,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/option-j.py b/test/Interactive/option-j.py
index 29bba88b..279fc51c 100644
--- a/test/Interactive/option-j.py
+++ b/test/Interactive/option-j.py
@@ -162,3 +162,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/option-k.py b/test/Interactive/option-k.py
index f15605e9..2a325181 100644
--- a/test/Interactive/option-k.py
+++ b/test/Interactive/option-k.py
@@ -106,3 +106,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/option-n.py b/test/Interactive/option-n.py
index f5ee1e3e..2bdaa340 100644
--- a/test/Interactive/option-n.py
+++ b/test/Interactive/option-n.py
@@ -77,3 +77,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/option-s.py b/test/Interactive/option-s.py
index 167d581f..59b79cea 100644
--- a/test/Interactive/option-s.py
+++ b/test/Interactive/option-s.py
@@ -77,3 +77,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/repeat-line.py b/test/Interactive/repeat-line.py
index e85b9ea6..7fb776e5 100644
--- a/test/Interactive/repeat-line.py
+++ b/test/Interactive/repeat-line.py
@@ -85,3 +85,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/shell.py b/test/Interactive/shell.py
index 5b35f87e..4e4907a0 100644
--- a/test/Interactive/shell.py
+++ b/test/Interactive/shell.py
@@ -114,3 +114,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/taskmastertrace.py b/test/Interactive/taskmastertrace.py
index 4ccf46bb..48089e35 100644
--- a/test/Interactive/taskmastertrace.py
+++ b/test/Interactive/taskmastertrace.py
@@ -111,3 +111,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/tree.py b/test/Interactive/tree.py
index fcf35c6e..61faa229 100644
--- a/test/Interactive/tree.py
+++ b/test/Interactive/tree.py
@@ -87,3 +87,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/unknown-command.py b/test/Interactive/unknown-command.py
index 2b773780..1063cc04 100644
--- a/test/Interactive/unknown-command.py
+++ b/test/Interactive/unknown-command.py
@@ -64,3 +64,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/variant_dir.py b/test/Interactive/variant_dir.py
index 68ee2a32..f36bd0a4 100644
--- a/test/Interactive/variant_dir.py
+++ b/test/Interactive/variant_dir.py
@@ -111,3 +111,9 @@ test.finish(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/Interactive/version.py b/test/Interactive/version.py
index 37163a31..f948db7a 100644
--- a/test/Interactive/version.py
+++ b/test/Interactive/version.py
@@ -80,3 +80,9 @@ if not test.match_re(stdout, expect1) and not test.match_re(stdout, expect2):
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: