summaryrefslogtreecommitdiff
path: root/test/Glob
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/Glob
parent107c0c6e68dd0126f43fbbe9ed34d0c2cee68919 (diff)
downloadscons-d0babf0088ed94e39ee70169f5f2678822072405.tar.gz
Add emacs and vim editing settings to the bottom of *.py files.
Diffstat (limited to 'test/Glob')
-rw-r--r--test/Glob/Repository.py6
-rw-r--r--test/Glob/VariantDir.py6
-rw-r--r--test/Glob/basic.py6
-rw-r--r--test/Glob/glob-libpath.py6
-rw-r--r--test/Glob/source.py6
-rw-r--r--test/Glob/strings.py6
-rw-r--r--test/Glob/subdir.py6
-rw-r--r--test/Glob/subst.py6
8 files changed, 48 insertions, 0 deletions
diff --git a/test/Glob/Repository.py b/test/Glob/Repository.py
index bef9bdac..2b0a5bb1 100644
--- a/test/Glob/Repository.py
+++ b/test/Glob/Repository.py
@@ -121,3 +121,9 @@ test.must_match(['work', 'ccc.out'], "repository/ccc.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/Glob/VariantDir.py b/test/Glob/VariantDir.py
index 5f29b21a..62226ce0 100644
--- a/test/Glob/VariantDir.py
+++ b/test/Glob/VariantDir.py
@@ -69,3 +69,9 @@ test.must_match(['var1', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.in\n")
test.must_match(['var2', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.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/Glob/basic.py b/test/Glob/basic.py
index 2e7427a3..d985a735 100644
--- a/test/Glob/basic.py
+++ b/test/Glob/basic.py
@@ -57,3 +57,9 @@ test.run(arguments = '.')
test.must_match('f.out', "f1.in\nf2.in\nf3.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/Glob/glob-libpath.py b/test/Glob/glob-libpath.py
index 1effcc19..b09aab95 100644
--- a/test/Glob/glob-libpath.py
+++ b/test/Glob/glob-libpath.py
@@ -84,3 +84,9 @@ if test.match_re_dotall(test.stdout(), r".*(-L|/LIBPATH:)src[/\\]util.*"):
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/Glob/source.py b/test/Glob/source.py
index 4142fc04..33baf371 100644
--- a/test/Glob/source.py
+++ b/test/Glob/source.py
@@ -86,3 +86,9 @@ test.must_match(['var1', 'f.out'], "src/f4.in\nsrc/f5.in\n")
test.must_match(['var2', 'f.out'], "src/f6.in\nsrc/f7.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/Glob/strings.py b/test/Glob/strings.py
index 48527905..1ef04214 100644
--- a/test/Glob/strings.py
+++ b/test/Glob/strings.py
@@ -70,3 +70,9 @@ test.must_match(['var1', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.in\n")
test.must_match(['var2', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.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/Glob/subdir.py b/test/Glob/subdir.py
index b4e89e8a..0255ff83 100644
--- a/test/Glob/subdir.py
+++ b/test/Glob/subdir.py
@@ -58,3 +58,9 @@ test.run(arguments = '.')
test.must_match('f.out', "subdir/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/Glob/subst.py b/test/Glob/subst.py
index e6aa3ca9..abf2bb4f 100644
--- a/test/Glob/subst.py
+++ b/test/Glob/subst.py
@@ -58,3 +58,9 @@ test.run(arguments = '.')
test.must_match('f.out', "f1.in\nf2.in\nf3.in\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: