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/SWIG | |
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/SWIG')
-rw-r--r-- | test/SWIG/SWIG.py | 6 | ||||
-rw-r--r-- | test/SWIG/SWIGCOM.py | 6 | ||||
-rw-r--r-- | test/SWIG/SWIGCOMSTR.py | 6 | ||||
-rw-r--r-- | test/SWIG/SWIGFLAGS.py | 6 | ||||
-rw-r--r-- | test/SWIG/SWIGOUTDIR.py | 6 | ||||
-rw-r--r-- | test/SWIG/SWIGPATH.py | 6 | ||||
-rw-r--r-- | test/SWIG/build-dir.py | 6 | ||||
-rw-r--r-- | test/SWIG/implicit-dependencies.py | 6 | ||||
-rw-r--r-- | test/SWIG/live.py | 6 | ||||
-rw-r--r-- | test/SWIG/module-parens.py | 6 | ||||
-rw-r--r-- | test/SWIG/module-quoted.py | 6 | ||||
-rw-r--r-- | test/SWIG/noproxy.py | 6 | ||||
-rw-r--r-- | test/SWIG/remove-modules.py | 6 | ||||
-rw-r--r-- | test/SWIG/subdir.py | 6 |
14 files changed, 84 insertions, 0 deletions
diff --git a/test/SWIG/SWIG.py b/test/SWIG/SWIG.py index 491cb7c..d76ef64 100644 --- a/test/SWIG/SWIG.py +++ b/test/SWIG/SWIG.py @@ -100,3 +100,9 @@ test.must_exist(test.workpath('test3_wrap.cc')) test.must_exist(test.workpath('test3_wrap' + _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/SWIG/SWIGCOM.py b/test/SWIG/SWIGCOM.py index 20d2d5d..d1d7776 100644 --- a/test/SWIG/SWIGCOM.py +++ b/test/SWIG/SWIGCOM.py @@ -64,3 +64,9 @@ test.must_match('bbb_wrap.cc', "bbb.i\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/SWIG/SWIGCOMSTR.py b/test/SWIG/SWIGCOMSTR.py index b991d77..739c781 100644 --- a/test/SWIG/SWIGCOMSTR.py +++ b/test/SWIG/SWIGCOMSTR.py @@ -69,3 +69,9 @@ test.must_match('bbb_wrap.cc', "bbb.i\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/SWIG/SWIGFLAGS.py b/test/SWIG/SWIGFLAGS.py index 27fa5e3..88f5184 100644 --- a/test/SWIG/SWIGFLAGS.py +++ b/test/SWIG/SWIGFLAGS.py @@ -65,3 +65,9 @@ test.up_to_date(arguments = "foo_wrap.c") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/SWIG/SWIGOUTDIR.py b/test/SWIG/SWIGOUTDIR.py index dedc03c..fe5b8a0 100644 --- a/test/SWIG/SWIGOUTDIR.py +++ b/test/SWIG/SWIGOUTDIR.py @@ -83,3 +83,9 @@ test.must_exist('java/build dir/foopack.java') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/SWIG/SWIGPATH.py b/test/SWIG/SWIGPATH.py index dd2db47..4832814 100644 --- a/test/SWIG/SWIGPATH.py +++ b/test/SWIG/SWIGPATH.py @@ -89,3 +89,9 @@ test.up_to_date(arguments = "dependent_wrap.c") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/SWIG/build-dir.py b/test/SWIG/build-dir.py index 1bee0c2..5fa3ceb 100644 --- a/test/SWIG/build-dir.py +++ b/test/SWIG/build-dir.py @@ -168,3 +168,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/SWIG/implicit-dependencies.py b/test/SWIG/implicit-dependencies.py index 99aa59c..49f9cc7 100644 --- a/test/SWIG/implicit-dependencies.py +++ b/test/SWIG/implicit-dependencies.py @@ -70,3 +70,9 @@ test.not_up_to_date(arguments = "dependent_wrap.c") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/SWIG/live.py b/test/SWIG/live.py index 1c19e30..0caa9b5 100644 --- a/test/SWIG/live.py +++ b/test/SWIG/live.py @@ -178,3 +178,9 @@ 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/SWIG/module-parens.py b/test/SWIG/module-parens.py index 7b48a76..f80e10c 100644 --- a/test/SWIG/module-parens.py +++ b/test/SWIG/module-parens.py @@ -115,3 +115,9 @@ test.must_exist('test2_wrap.h') 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/SWIG/module-quoted.py b/test/SWIG/module-quoted.py index 97a38b0..2001582 100644 --- a/test/SWIG/module-quoted.py +++ b/test/SWIG/module-quoted.py @@ -90,3 +90,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/SWIG/noproxy.py b/test/SWIG/noproxy.py index edbffb1..0d109b8 100644 --- a/test/SWIG/noproxy.py +++ b/test/SWIG/noproxy.py @@ -88,3 +88,9 @@ 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/SWIG/remove-modules.py b/test/SWIG/remove-modules.py index fad8577..e0e91da 100644 --- a/test/SWIG/remove-modules.py +++ b/test/SWIG/remove-modules.py @@ -95,3 +95,9 @@ test.must_not_exist(test.workpath("modulename.py")) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/SWIG/subdir.py b/test/SWIG/subdir.py index c3c8cf0..6a746f3 100644 --- a/test/SWIG/subdir.py +++ b/test/SWIG/subdir.py @@ -112,3 +112,9 @@ test.run(arguments = '.') test.up_to_date(options = '--debug=explain', arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |