summaryrefslogtreecommitdiffstats
path: root/test/Configure
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/Configure
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/Configure')
-rw-r--r--test/Configure/Action-error.py6
-rw-r--r--test/Configure/Builder-call.py6
-rw-r--r--test/Configure/CONFIGUREDIR.py6
-rw-r--r--test/Configure/CONFIGURELOG.py6
-rw-r--r--test/Configure/ConfigureDryRunError.py6
-rw-r--r--test/Configure/SConscript.py6
-rw-r--r--test/Configure/VariantDir-SConscript.py6
-rw-r--r--test/Configure/VariantDir.py6
-rw-r--r--test/Configure/basic.py6
-rw-r--r--test/Configure/build-fail.py6
-rw-r--r--test/Configure/cache-not-ok.py6
-rw-r--r--test/Configure/cache-ok.py6
-rw-r--r--test/Configure/clean.py6
-rw-r--r--test/Configure/config-h.py6
-rw-r--r--test/Configure/custom-tests.py6
-rw-r--r--test/Configure/from-SConscripts.py6
-rw-r--r--test/Configure/help.py6
-rw-r--r--test/Configure/implicit-cache.py6
-rw-r--r--test/Configure/option--Q.py6
-rw-r--r--test/Configure/option--config.py6
20 files changed, 120 insertions, 0 deletions
diff --git a/test/Configure/Action-error.py b/test/Configure/Action-error.py
index 22ea7c7..90ba1ee 100644
--- a/test/Configure/Action-error.py
+++ b/test/Configure/Action-error.py
@@ -46,3 +46,9 @@ expect = "scons: *** [target] Calling Configure from Builders is not supported.\
test.run(status=2, stderr=expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/Builder-call.py b/test/Configure/Builder-call.py
index 1ce114c..037a2c7 100644
--- a/test/Configure/Builder-call.py
+++ b/test/Configure/Builder-call.py
@@ -55,3 +55,9 @@ env = conf.Finish()
test.run(stderr="Hello World on stderr\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/Configure/CONFIGUREDIR.py b/test/Configure/CONFIGUREDIR.py
index ae1ea2b..4b5a02e 100644
--- a/test/Configure/CONFIGUREDIR.py
+++ b/test/Configure/CONFIGUREDIR.py
@@ -49,3 +49,9 @@ test.run()
test.must_exist('custom_config_dir')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/CONFIGURELOG.py b/test/Configure/CONFIGURELOG.py
index 4b63440..9b6221b 100644
--- a/test/Configure/CONFIGURELOG.py
+++ b/test/Configure/CONFIGURELOG.py
@@ -60,3 +60,9 @@ scons: Configure: (cached) yes
test.must_match('custom.logfile', expect, mode='r')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/ConfigureDryRunError.py b/test/Configure/ConfigureDryRunError.py
index 2243625..b4be67e 100644
--- a/test/Configure/ConfigureDryRunError.py
+++ b/test/Configure/ConfigureDryRunError.py
@@ -101,3 +101,9 @@ if newLog != oldLog:
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/Configure/SConscript.py b/test/Configure/SConscript.py
index 2bfe2f7..73afef7 100644
--- a/test/Configure/SConscript.py
+++ b/test/Configure/SConscript.py
@@ -72,3 +72,9 @@ conf.Finish()
test.run()
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/VariantDir-SConscript.py b/test/Configure/VariantDir-SConscript.py
index 1fffacf..c82778a 100644
--- a/test/Configure/VariantDir-SConscript.py
+++ b/test/Configure/VariantDir-SConscript.py
@@ -157,3 +157,9 @@ test.checkLogAndStdout( ["Checking for C header file math.h... ",
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/VariantDir.py b/test/Configure/VariantDir.py
index be2d77d..01df276 100644
--- a/test/Configure/VariantDir.py
+++ b/test/Configure/VariantDir.py
@@ -89,3 +89,9 @@ test.checkLogAndStdout(["Checking for C header file math.h... ",
"SConstruct")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/basic.py b/test/Configure/basic.py
index d4b9a59..4344941 100644
--- a/test/Configure/basic.py
+++ b/test/Configure/basic.py
@@ -83,3 +83,9 @@ test.checkLogAndStdout(["Checking for C header file math.h... ",
"config.log", ".sconf_temp", "SConstruct")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/build-fail.py b/test/Configure/build-fail.py
index 4e63f83..74609f6 100644
--- a/test/Configure/build-fail.py
+++ b/test/Configure/build-fail.py
@@ -89,3 +89,9 @@ test.run(arguments='--config=force', stdout=expect)
test.run()
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/cache-not-ok.py b/test/Configure/cache-not-ok.py
index 7dc8773..ccbb7d5 100644
--- a/test/Configure/cache-not-ok.py
+++ b/test/Configure/cache-not-ok.py
@@ -94,3 +94,9 @@ test.checkLogAndStdout(["Checking for C header file no_std_c_header.h... ",
"config.log", ".sconf_temp", "SConstruct")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/cache-ok.py b/test/Configure/cache-ok.py
index 7c98d0c..93d1308 100644
--- a/test/Configure/cache-ok.py
+++ b/test/Configure/cache-ok.py
@@ -118,3 +118,9 @@ test.checkLogAndStdout(["Checking for C library %s... " % lib,
"config.log", ".sconf_temp", "SConstruct")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/clean.py b/test/Configure/clean.py
index a48029d..bb15165 100644
--- a/test/Configure/clean.py
+++ b/test/Configure/clean.py
@@ -76,3 +76,9 @@ test.run(arguments = '--clean clean=1')
test.must_contain_all_lines(test.stdout(), lines)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/config-h.py b/test/Configure/config-h.py
index 95121a9..9276ec8 100644
--- a/test/Configure/config-h.py
+++ b/test/Configure/config-h.py
@@ -179,3 +179,9 @@ if expected_config_h != config_h:
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/Configure/custom-tests.py b/test/Configure/custom-tests.py
index 7fb0ab7..9cefa2d 100644
--- a/test/Configure/custom-tests.py
+++ b/test/Configure/custom-tests.py
@@ -109,3 +109,9 @@ test.checkLogAndStdout(["Executing MyTest ... "],
"config.log", ".sconf_temp", "SConstruct")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/from-SConscripts.py b/test/Configure/from-SConscripts.py
index 42cd3d2..59eba53 100644
--- a/test/Configure/from-SConscripts.py
+++ b/test/Configure/from-SConscripts.py
@@ -55,3 +55,9 @@ Return('env')
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/Configure/help.py b/test/Configure/help.py
index 9abdc61..f42088b 100644
--- a/test/Configure/help.py
+++ b/test/Configure/help.py
@@ -86,3 +86,9 @@ test.run(arguments = '--help help=1')
test.must_contain_all_lines(test.stdout(), lines)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/implicit-cache.py b/test/Configure/implicit-cache.py
index 58ae7c9..0f04b1e 100644
--- a/test/Configure/implicit-cache.py
+++ b/test/Configure/implicit-cache.py
@@ -101,3 +101,9 @@ if old_sconsign_dblite != new_sconsign_dblite:
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/Configure/option--Q.py b/test/Configure/option--Q.py
index ab9d488..198e94f 100644
--- a/test/Configure/option--Q.py
+++ b/test/Configure/option--Q.py
@@ -44,3 +44,9 @@ env = conf.Finish()
test.run(arguments='-Q', stdout="scons: `.' is up to date.\n", stderr="")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Configure/option--config.py b/test/Configure/option--config.py
index 3515c96..1f40a80 100644
--- a/test/Configure/option--config.py
+++ b/test/Configure/option--config.py
@@ -123,3 +123,9 @@ test.checkLogAndStdout( ["Checking for C header file non_system_header0.h... ",
"config.log", ".sconf_temp", "SConstruct")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: