summaryrefslogtreecommitdiffstats
path: root/test/Climb
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-09 18:29:43 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-09 18:29:43 (GMT)
commitba21ffe311490bb348716e8e9127109e7fdc2f08 (patch)
tree5664bb6b48d53803e7ea52f1caa5afa241413f32 /test/Climb
parent895f277379ccb6272549468d18f27f4a5fc2ee2f (diff)
downloadSCons-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/Climb')
-rw-r--r--test/Climb/U-Default-dir.py6
-rw-r--r--test/Climb/U-Default-no-target.py6
-rw-r--r--test/Climb/U-no-Default.py6
-rw-r--r--test/Climb/explicit-parent--D.py6
-rw-r--r--test/Climb/explicit-parent--U.py6
-rw-r--r--test/Climb/explicit-parent-u.py6
-rw-r--r--test/Climb/filename--D.py6
-rw-r--r--test/Climb/filename--U.py6
-rw-r--r--test/Climb/filename-u.py6
-rw-r--r--test/Climb/option--D.py6
-rw-r--r--test/Climb/option--U.py6
-rw-r--r--test/Climb/option-u.py6
12 files changed, 72 insertions, 0 deletions
diff --git a/test/Climb/U-Default-dir.py b/test/Climb/U-Default-dir.py
index f9f3b5d..323ceb1 100644
--- a/test/Climb/U-Default-dir.py
+++ b/test/Climb/U-Default-dir.py
@@ -40,3 +40,9 @@ Default('.')
test.run(arguments = '-U')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Climb/U-Default-no-target.py b/test/Climb/U-Default-no-target.py
index 6ae5f76..b53c295 100644
--- a/test/Climb/U-Default-no-target.py
+++ b/test/Climb/U-Default-no-target.py
@@ -42,3 +42,9 @@ scons: *** Do not know how to make target `not_a_target.in'. Stop.
""")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Climb/U-no-Default.py b/test/Climb/U-no-Default.py
index 987f06f..24ed4bc 100644
--- a/test/Climb/U-no-Default.py
+++ b/test/Climb/U-no-Default.py
@@ -40,3 +40,9 @@ test.run(arguments = '-U',
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/Climb/explicit-parent--D.py b/test/Climb/explicit-parent--D.py
index c76e63b..da58b38 100644
--- a/test/Climb/explicit-parent--D.py
+++ b/test/Climb/explicit-parent--D.py
@@ -72,3 +72,9 @@ test.must_not_exist(test.workpath('dir', 'f4.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/Climb/explicit-parent--U.py b/test/Climb/explicit-parent--U.py
index b3c61c0..18cb589 100644
--- a/test/Climb/explicit-parent--U.py
+++ b/test/Climb/explicit-parent--U.py
@@ -64,3 +64,9 @@ test.must_exist(test.workpath('foo.out'))
test.must_not_exist(test.workpath('subdir', 'bar.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/Climb/explicit-parent-u.py b/test/Climb/explicit-parent-u.py
index eb4bd0d..633a4d3 100644
--- a/test/Climb/explicit-parent-u.py
+++ b/test/Climb/explicit-parent-u.py
@@ -70,3 +70,9 @@ test.must_not_exist(test.workpath('dir', 'f3.out'))
test.must_not_exist(test.workpath('dir', 'f4.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/Climb/filename--D.py b/test/Climb/filename--D.py
index 1b3c300..06d95e7 100644
--- a/test/Climb/filename--D.py
+++ b/test/Climb/filename--D.py
@@ -71,3 +71,9 @@ test.run(chdir='other',
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Climb/filename--U.py b/test/Climb/filename--U.py
index 10c1c8a..7f2e60d 100644
--- a/test/Climb/filename--U.py
+++ b/test/Climb/filename--U.py
@@ -69,3 +69,9 @@ test.run(chdir='other',
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Climb/filename-u.py b/test/Climb/filename-u.py
index ec67e65..7bae153 100644
--- a/test/Climb/filename-u.py
+++ b/test/Climb/filename-u.py
@@ -69,3 +69,9 @@ test.run(chdir='other',
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Climb/option--D.py b/test/Climb/option--D.py
index 7f3dc39..57c0853 100644
--- a/test/Climb/option--D.py
+++ b/test/Climb/option--D.py
@@ -83,3 +83,9 @@ test.must_exist(test.workpath('sub2', 'bar.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/Climb/option--U.py b/test/Climb/option--U.py
index 93cebd3..04ab26a 100644
--- a/test/Climb/option--U.py
+++ b/test/Climb/option--U.py
@@ -138,3 +138,9 @@ test.must_not_exist(test.workpath('bar.out'))
test.must_not_exist(test.workpath('sub2/xxx.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/Climb/option-u.py b/test/Climb/option-u.py
index bbacbc9..6fc2720 100644
--- a/test/Climb/option-u.py
+++ b/test/Climb/option-u.py
@@ -141,3 +141,9 @@ test.must_match(['build', 'dir', 'f4b.out'], "sub4/dir/f4b.in")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: