summaryrefslogtreecommitdiff
path: root/test/CPPDEFINES
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/CPPDEFINES
parent107c0c6e68dd0126f43fbbe9ed34d0c2cee68919 (diff)
downloadscons-d0babf0088ed94e39ee70169f5f2678822072405.tar.gz
Add emacs and vim editing settings to the bottom of *.py files.
Diffstat (limited to 'test/CPPDEFINES')
-rw-r--r--test/CPPDEFINES/basic.py6
-rw-r--r--test/CPPDEFINES/live.py6
-rw-r--r--test/CPPDEFINES/scan.py6
-rw-r--r--test/CPPDEFINES/undefined.py6
4 files changed, 24 insertions, 0 deletions
diff --git a/test/CPPDEFINES/basic.py b/test/CPPDEFINES/basic.py
index 5c302c33..4259a243 100644
--- a/test/CPPDEFINES/basic.py
+++ b/test/CPPDEFINES/basic.py
@@ -62,3 +62,9 @@ expect = test.wrap_stdout(build_str="scons: `.' is up to date.\n",
test.run(arguments = '.', stdout=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/CPPDEFINES/live.py b/test/CPPDEFINES/live.py
index 7a169e8b..0c7ad787 100644
--- a/test/CPPDEFINES/live.py
+++ b/test/CPPDEFINES/live.py
@@ -82,3 +82,9 @@ test.run(program = test.workpath('bar'), stdout = "prog.c: BAR 8\n")
test.run(program = test.workpath('baz'), stdout = "baz.cpp: BAZ 9\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/CPPDEFINES/scan.py b/test/CPPDEFINES/scan.py
index c9b60c3f..53186425 100644
--- a/test/CPPDEFINES/scan.py
+++ b/test/CPPDEFINES/scan.py
@@ -179,3 +179,9 @@ test.run(program = test.workpath('f4'), stdout = "prog.c: F4 again\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/CPPDEFINES/undefined.py b/test/CPPDEFINES/undefined.py
index b6b8b445..47825b6a 100644
--- a/test/CPPDEFINES/undefined.py
+++ b/test/CPPDEFINES/undefined.py
@@ -43,3 +43,9 @@ expect = test.wrap_stdout(build_str="scons: `.' is up to date.\n",
test.run(arguments = '.', stdout=expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: