summaryrefslogtreecommitdiffstats
path: root/test/CC
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/CC
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/CC')
-rw-r--r--test/CC/CC.py6
-rw-r--r--test/CC/CCCOM.py6
-rw-r--r--test/CC/CCCOMSTR.py6
-rw-r--r--test/CC/CCFLAGS.py6
-rw-r--r--test/CC/CFLAGS.py6
-rw-r--r--test/CC/SHCC.py6
-rw-r--r--test/CC/SHCCCOM.py6
-rw-r--r--test/CC/SHCCCOMSTR.py6
-rw-r--r--test/CC/SHCCFLAGS.py6
-rw-r--r--test/CC/SHCFLAGS.py6
10 files changed, 60 insertions, 0 deletions
diff --git a/test/CC/CC.py b/test/CC/CC.py
index c57b7db..c412094 100644
--- a/test/CC/CC.py
+++ b/test/CC/CC.py
@@ -203,3 +203,9 @@ test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
test.up_to_date(arguments = 'bar' + _exe)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/CC/CCCOM.py b/test/CC/CCCOM.py
index 9cc5430..474a930 100644
--- a/test/CC/CCCOM.py
+++ b/test/CC/CCCOM.py
@@ -78,3 +78,9 @@ test.must_match('test2.obj', "test2.C\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/CC/CCCOMSTR.py b/test/CC/CCCOMSTR.py
index bd54a15..f24f6c7 100644
--- a/test/CC/CCCOMSTR.py
+++ b/test/CC/CCCOMSTR.py
@@ -83,3 +83,9 @@ test.must_match('test2.obj', "test2.C\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/CC/CCFLAGS.py b/test/CC/CCFLAGS.py
index bee2499..e273bfd 100644
--- a/test/CC/CCFLAGS.py
+++ b/test/CC/CCFLAGS.py
@@ -95,3 +95,9 @@ test.run(program = test.workpath('foo'), stdout = "prog.c: BAR\n")
test.run(program = test.workpath('bar'), stdout = "prog.c: BAR\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/CC/CFLAGS.py b/test/CC/CFLAGS.py
index 6ccf7e2..d5efa1a 100644
--- a/test/CC/CFLAGS.py
+++ b/test/CC/CFLAGS.py
@@ -111,3 +111,9 @@ test.run(program = test.workpath('foo'), stdout = "prog.c: BAR\n")
test.run(program = test.workpath('bar'), stdout = "prog.c: BAR\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/CC/SHCC.py b/test/CC/SHCC.py
index 9a025b1..db03d20 100644
--- a/test/CC/SHCC.py
+++ b/test/CC/SHCC.py
@@ -85,3 +85,9 @@ test.run(arguments = 'bar')
test.fail_test(test.read('wrapper.out') != "wrapper.py\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/CC/SHCCCOM.py b/test/CC/SHCCCOM.py
index 695ad59..44184b4 100644
--- a/test/CC/SHCCCOM.py
+++ b/test/CC/SHCCCOM.py
@@ -77,3 +77,9 @@ test.must_match('test2.obj', "test2.C\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/CC/SHCCCOMSTR.py b/test/CC/SHCCCOMSTR.py
index 31a46c4..c8daaf6 100644
--- a/test/CC/SHCCCOMSTR.py
+++ b/test/CC/SHCCCOMSTR.py
@@ -84,3 +84,9 @@ test.must_match('test2.obj', "test2.C\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/CC/SHCCFLAGS.py b/test/CC/SHCCFLAGS.py
index fc9264f..d77d247 100644
--- a/test/CC/SHCCFLAGS.py
+++ b/test/CC/SHCCFLAGS.py
@@ -129,3 +129,9 @@ test.run(program = test.workpath('fooprog'), stdout = "prog.c: BAR\n")
test.run(program = test.workpath('barprog'), stdout = "prog.c: BAR\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/CC/SHCFLAGS.py b/test/CC/SHCFLAGS.py
index ef20120..c201c97 100644
--- a/test/CC/SHCFLAGS.py
+++ b/test/CC/SHCFLAGS.py
@@ -129,3 +129,9 @@ test.run(program = test.workpath('fooprog'), stdout = "prog.c: BAR\n")
test.run(program = test.workpath('barprog'), stdout = "prog.c: BAR\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: