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/CPPPATH | |
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/CPPPATH')
-rw-r--r-- | test/CPPPATH/CPPPATH.py | 6 | ||||
-rw-r--r-- | test/CPPPATH/Dir.py | 6 | ||||
-rw-r--r-- | test/CPPPATH/absolute-path.py | 6 | ||||
-rw-r--r-- | test/CPPPATH/expand-object.py | 6 | ||||
-rw-r--r-- | test/CPPPATH/function-expansion.py | 6 | ||||
-rw-r--r-- | test/CPPPATH/list-expansion.py | 6 | ||||
-rw-r--r-- | test/CPPPATH/match-dir.py | 6 | ||||
-rw-r--r-- | test/CPPPATH/nested-lists.py | 6 | ||||
-rw-r--r-- | test/CPPPATH/null.py | 6 | ||||
-rw-r--r-- | test/CPPPATH/subdir-as-include.py | 6 |
10 files changed, 60 insertions, 0 deletions
diff --git a/test/CPPPATH/CPPPATH.py b/test/CPPPATH/CPPPATH.py index 1146ee0..efa64d2 100644 --- a/test/CPPPATH/CPPPATH.py +++ b/test/CPPPATH/CPPPATH.py @@ -302,3 +302,9 @@ test.up_to_date(arguments = args) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/CPPPATH/Dir.py b/test/CPPPATH/Dir.py index 1059467..8b557dc 100644 --- a/test/CPPPATH/Dir.py +++ b/test/CPPPATH/Dir.py @@ -77,3 +77,9 @@ test.run(arguments = '.') test.run(program = test.workpath('prog' + _exe), stdout = "1\n2\n3\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/CPPPATH/absolute-path.py b/test/CPPPATH/absolute-path.py index 9adb206..5c60de1 100644 --- a/test/CPPPATH/absolute-path.py +++ b/test/CPPPATH/absolute-path.py @@ -73,3 +73,9 @@ test.write(['include', 'inc.h'], """\ test.not_up_to_date(chdir = 'work', 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/CPPPATH/expand-object.py b/test/CPPPATH/expand-object.py index 5e1b06f..54e1d39 100644 --- a/test/CPPPATH/expand-object.py +++ b/test/CPPPATH/expand-object.py @@ -61,3 +61,9 @@ test.run(arguments = '.') test.must_exist(test.workpath('foo' + TestSCons._obj)) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/CPPPATH/function-expansion.py b/test/CPPPATH/function-expansion.py index 7c80f22..8ddd23c 100644 --- a/test/CPPPATH/function-expansion.py +++ b/test/CPPPATH/function-expansion.py @@ -135,3 +135,9 @@ inc3/subdir/string_3.h 2 test.run(program = test.workpath('prog' + TestSCons._exe), 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/CPPPATH/list-expansion.py b/test/CPPPATH/list-expansion.py index 7e5326f..98817b9 100644 --- a/test/CPPPATH/list-expansion.py +++ b/test/CPPPATH/list-expansion.py @@ -130,3 +130,9 @@ sub4/string4.h test.run(program = test.workpath('test' + TestSCons._exe), 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/CPPPATH/match-dir.py b/test/CPPPATH/match-dir.py index 6305d0c..e1d2604 100644 --- a/test/CPPPATH/match-dir.py +++ b/test/CPPPATH/match-dir.py @@ -59,3 +59,9 @@ test.run(arguments = '.') test.up_to_date(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/CPPPATH/nested-lists.py b/test/CPPPATH/nested-lists.py index 8ec97bc..aa48b92 100644 --- a/test/CPPPATH/nested-lists.py +++ b/test/CPPPATH/nested-lists.py @@ -75,3 +75,9 @@ test.run(arguments = '.') test.run(program = test.workpath('prog' + _exe), stdout = "1\n2\n3\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/CPPPATH/null.py b/test/CPPPATH/null.py index 19895db..e23f655 100644 --- a/test/CPPPATH/null.py +++ b/test/CPPPATH/null.py @@ -53,3 +53,9 @@ 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/CPPPATH/subdir-as-include.py b/test/CPPPATH/subdir-as-include.py index 5ec0b16..1ff70a5 100644 --- a/test/CPPPATH/subdir-as-include.py +++ b/test/CPPPATH/subdir-as-include.py @@ -90,3 +90,9 @@ test.run(program = test.workpath('prog' + _exe), stdout = "1\n") test.run(program = test.workpath('inc1/build/one' + _exe), stdout = "1\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |