diff options
author | Steven Knight <knight@baldmt.com> | 2009-02-09 18:29:43 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-02-09 18:29:43 (GMT) |
commit | ba21ffe311490bb348716e8e9127109e7fdc2f08 (patch) | |
tree | 5664bb6b48d53803e7ea52f1caa5afa241413f32 /test/CXX | |
parent | 895f277379ccb6272549468d18f27f4a5fc2ee2f (diff) | |
download | SCons-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/CXX')
-rw-r--r-- | test/CXX/CC-variables.py | 6 | ||||
-rw-r--r-- | test/CXX/CCFLAGS.py | 6 | ||||
-rw-r--r-- | test/CXX/CXX.py | 6 | ||||
-rw-r--r-- | test/CXX/CXXCOM.py | 6 | ||||
-rw-r--r-- | test/CXX/CXXCOMSTR.py | 6 | ||||
-rw-r--r-- | test/CXX/CXXFILESUFFIX.py | 6 | ||||
-rw-r--r-- | test/CXX/CXXFLAGS.py | 6 | ||||
-rw-r--r-- | test/CXX/SHCXX.py | 6 | ||||
-rw-r--r-- | test/CXX/SHCXXCOM.py | 6 | ||||
-rw-r--r-- | test/CXX/SHCXXCOMSTR.py | 6 | ||||
-rw-r--r-- | test/CXX/SHCXXFLAGS.py | 6 |
11 files changed, 66 insertions, 0 deletions
diff --git a/test/CXX/CC-variables.py b/test/CXX/CC-variables.py index fea3dde..a2a2fbe 100644 --- a/test/CXX/CC-variables.py +++ b/test/CXX/CC-variables.py @@ -48,3 +48,9 @@ g++ -o test.obj -c +for_CCFLAGS -Wp,-for_CPPFLAGS test.cxx test.run(arguments = '-Q -n test.obj', 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/CXX/CCFLAGS.py b/test/CXX/CCFLAGS.py index deaa2b6..061df87 100644 --- a/test/CXX/CCFLAGS.py +++ b/test/CXX/CCFLAGS.py @@ -68,3 +68,9 @@ test.run(program = test.workpath('foo'), stdout = "prog.c: FOO\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/CXX/CXX.py b/test/CXX/CXX.py index f537ee8..e6bc82b 100644 --- a/test/CXX/CXX.py +++ b/test/CXX/CXX.py @@ -227,3 +227,9 @@ test.run(arguments = 'bar' + _exe) test.must_match('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/CXX/CXXCOM.py b/test/CXX/CXXCOM.py index 64e4a50..be1bec4 100644 --- a/test/CXX/CXXCOM.py +++ b/test/CXX/CXXCOM.py @@ -79,3 +79,9 @@ test.must_match('test6.obj', "test6.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/CXX/CXXCOMSTR.py b/test/CXX/CXXCOMSTR.py index e738533..ebacd19 100644 --- a/test/CXX/CXXCOMSTR.py +++ b/test/CXX/CXXCOMSTR.py @@ -87,3 +87,9 @@ test.must_match('test6.obj', "test6.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/CXX/CXXFILESUFFIX.py b/test/CXX/CXXFILESUFFIX.py index f74ec84..7d5609b 100644 --- a/test/CXX/CXXFILESUFFIX.py +++ b/test/CXX/CXXFILESUFFIX.py @@ -83,3 +83,9 @@ test.must_exist(test.workpath('bar.xyz')) test.must_exist(test.workpath('f3.env2')) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/CXX/CXXFLAGS.py b/test/CXX/CXXFLAGS.py index f37cdbb..f83fe48 100644 --- a/test/CXX/CXXFLAGS.py +++ b/test/CXX/CXXFLAGS.py @@ -163,3 +163,9 @@ test.run(program = test.workpath('barprog'), stdout = "doIt.cpp: 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/CXX/SHCXX.py b/test/CXX/SHCXX.py index abfc19d..6c03b8f 100644 --- a/test/CXX/SHCXX.py +++ b/test/CXX/SHCXX.py @@ -83,3 +83,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/CXX/SHCXXCOM.py b/test/CXX/SHCXXCOM.py index 1a8750f..972dad0 100644 --- a/test/CXX/SHCXXCOM.py +++ b/test/CXX/SHCXXCOM.py @@ -78,3 +78,9 @@ test.must_match('test6.obj', "test6.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/CXX/SHCXXCOMSTR.py b/test/CXX/SHCXXCOMSTR.py index 829c9e4..b9f20a8 100644 --- a/test/CXX/SHCXXCOMSTR.py +++ b/test/CXX/SHCXXCOMSTR.py @@ -88,3 +88,9 @@ test.must_match('test6.obj', "test6.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/CXX/SHCXXFLAGS.py b/test/CXX/SHCXXFLAGS.py index 0ce2b15..a4d552e 100644 --- a/test/CXX/SHCXXFLAGS.py +++ b/test/CXX/SHCXXFLAGS.py @@ -133,3 +133,9 @@ test.run(program = test.workpath('fooprog'), stdout = "prog.cpp: BAR\n") test.run(program = test.workpath('barprog'), stdout = "prog.cpp: BAR\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |