summaryrefslogtreecommitdiff
path: root/test/Alias
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/Alias
parent107c0c6e68dd0126f43fbbe9ed34d0c2cee68919 (diff)
downloadscons-d0babf0088ed94e39ee70169f5f2678822072405.tar.gz
Add emacs and vim editing settings to the bottom of *.py files.
Diffstat (limited to 'test/Alias')
-rw-r--r--test/Alias/Alias.py6
-rw-r--r--test/Alias/Depends.py6
-rw-r--r--test/Alias/Dir-order.py6
-rw-r--r--test/Alias/action.py6
-rw-r--r--test/Alias/errors.py6
-rw-r--r--test/Alias/scanner.py6
-rw-r--r--test/Alias/srcdir.py6
7 files changed, 42 insertions, 0 deletions
diff --git a/test/Alias/Alias.py b/test/Alias/Alias.py
index 0af4dc26..73cffc4d 100644
--- a/test/Alias/Alias.py
+++ b/test/Alias/Alias.py
@@ -167,3 +167,9 @@ test.run(arguments = 'f1.out', match = TestCmd.match_exact, stdout = expect)
test.up_to_date(arguments = 'f1.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/Alias/Depends.py b/test/Alias/Depends.py
index b4ea95cf..bba0abd4 100644
--- a/test/Alias/Depends.py
+++ b/test/Alias/Depends.py
@@ -160,3 +160,9 @@ test.not_up_to_date(arguments = 'a2-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/Alias/Dir-order.py b/test/Alias/Dir-order.py
index 8f1388d7..f0eaa0ce 100644
--- a/test/Alias/Dir-order.py
+++ b/test/Alias/Dir-order.py
@@ -41,3 +41,9 @@ f = Dir('foo')
test.run(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/Alias/action.py b/test/Alias/action.py
index 263df3cd..72aab6e0 100644
--- a/test/Alias/action.py
+++ b/test/Alias/action.py
@@ -133,3 +133,9 @@ test.must_match('foo', "foo(['build-add3'], ['f6.out'])\n")
test.must_match('bar', "bar(['build-add3'], ['f6.out'])\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/Alias/errors.py b/test/Alias/errors.py
index 964bae40..1334f4e9 100644
--- a/test/Alias/errors.py
+++ b/test/Alias/errors.py
@@ -41,3 +41,9 @@ test.run(arguments='A',
status=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/Alias/scanner.py b/test/Alias/scanner.py
index b6254e92..743191c4 100644
--- a/test/Alias/scanner.py
+++ b/test/Alias/scanner.py
@@ -56,3 +56,9 @@ test.run()
test.fail_test(test.read('file.c') != "file.x\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/Alias/srcdir.py b/test/Alias/srcdir.py
index 2d7a1547..4a0de437 100644
--- a/test/Alias/srcdir.py
+++ b/test/Alias/srcdir.py
@@ -98,3 +98,9 @@ test.run('minimal')
test.must_match(['python', 'out-scons', 'foo.py'], "python/foo.py\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: