summaryrefslogtreecommitdiffstats
path: root/test/site_scons
diff options
context:
space:
mode:
Diffstat (limited to 'test/site_scons')
-rw-r--r--test/site_scons/basic.py6
-rw-r--r--test/site_scons/no-site-dir.py6
-rw-r--r--test/site_scons/nonexistent.py6
-rw-r--r--test/site_scons/override.py6
-rw-r--r--test/site_scons/site-dir.py6
-rw-r--r--test/site_scons/sys-path.py6
6 files changed, 36 insertions, 0 deletions
diff --git a/test/site_scons/basic.py b/test/site_scons/basic.py
index ed2e1d5..1868723 100644
--- a/test/site_scons/basic.py
+++ b/test/site_scons/basic.py
@@ -67,3 +67,9 @@ scons: `.' is up to date.\n""")
test.pass_test()
# end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/site_scons/no-site-dir.py b/test/site_scons/no-site-dir.py
index 3fc5a6d..d01d419 100644
--- a/test/site_scons/no-site-dir.py
+++ b/test/site_scons/no-site-dir.py
@@ -85,3 +85,9 @@ test.fail_test(test.stdout() == not_expected)
test.pass_test()
# end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/site_scons/nonexistent.py b/test/site_scons/nonexistent.py
index 2185304..6617ff2 100644
--- a/test/site_scons/nonexistent.py
+++ b/test/site_scons/nonexistent.py
@@ -45,3 +45,9 @@ test.run(arguments = '-Q --site-dir=whatever .',
test.pass_test()
# end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/site_scons/override.py b/test/site_scons/override.py
index ebe56a6..ad03eae 100644
--- a/test/site_scons/override.py
+++ b/test/site_scons/override.py
@@ -60,3 +60,9 @@ scons: `.' is up to date.\n""")
test.pass_test()
# end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/site_scons/site-dir.py b/test/site_scons/site-dir.py
index a05817e..8e82e94 100644
--- a/test/site_scons/site-dir.py
+++ b/test/site_scons/site-dir.py
@@ -71,3 +71,9 @@ scons: `.' is up to date.\n""")
test.pass_test()
# end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/site_scons/sys-path.py b/test/site_scons/sys-path.py
index 7af45aa..fda7230 100644
--- a/test/site_scons/sys-path.py
+++ b/test/site_scons/sys-path.py
@@ -63,3 +63,9 @@ scons: `.' is up to date.\n""")
test.pass_test()
# end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: