summaryrefslogtreecommitdiffstats
path: root/test/Win32
diff options
context:
space:
mode:
Diffstat (limited to 'test/Win32')
-rw-r--r--test/Win32/bad-drive.py6
-rw-r--r--test/Win32/default-drive.py6
-rw-r--r--test/Win32/mingw.py6
-rw-r--r--test/Win32/scons-bat-error.py6
-rw-r--r--test/Win32/win32pathmadness.py5
5 files changed, 29 insertions, 0 deletions
diff --git a/test/Win32/bad-drive.py b/test/Win32/bad-drive.py
index 5b473bc..513f7fa 100644
--- a/test/Win32/bad-drive.py
+++ b/test/Win32/bad-drive.py
@@ -105,3 +105,9 @@ expect = "scons: *** [ddd.out] Source `%sno_source' not found, needed by target
test.run(arguments='ddd.out', stderr=expect, 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/Win32/default-drive.py b/test/Win32/default-drive.py
index 9c17c19..84e6389 100644
--- a/test/Win32/default-drive.py
+++ b/test/Win32/default-drive.py
@@ -67,3 +67,9 @@ test.run(chdir = 'src',
test.must_match(['build', 'file.out'], "src/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/Win32/mingw.py b/test/Win32/mingw.py
index feb5373..969ccfb 100644
--- a/test/Win32/mingw.py
+++ b/test/Win32/mingw.py
@@ -200,3 +200,9 @@ test.run(arguments='test.exe', stderr='.*')
test.run(program=test.workpath('test.exe'), stdout='test.cpp2\nshared.cpp2\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/Win32/scons-bat-error.py b/test/Win32/scons-bat-error.py
index d39858b..d772132 100644
--- a/test/Win32/scons-bat-error.py
+++ b/test/Win32/scons-bat-error.py
@@ -82,3 +82,9 @@ test.run(program = 'scons.bat', status = 7)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Win32/win32pathmadness.py b/test/Win32/win32pathmadness.py
index df350eb..875d959 100644
--- a/test/Win32/win32pathmadness.py
+++ b/test/Win32/win32pathmadness.py
@@ -146,3 +146,8 @@ scons: .* is up to date.
test.pass_test()
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: