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/question | |
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/question')
-rw-r--r-- | test/question/Configure.py | 6 | ||||
-rw-r--r-- | test/question/basic.py | 6 | ||||
-rw-r--r-- | test/question/no-builder.py | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/test/question/Configure.py b/test/question/Configure.py index aeaba8a..88b0784 100644 --- a/test/question/Configure.py +++ b/test/question/Configure.py @@ -112,3 +112,9 @@ log2_mtime = os.path.getmtime(test.workpath("config.log")) test.fail_test( log1_mtime != log2_mtime ) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/question/basic.py b/test/question/basic.py index dc07e48..21e6206 100644 --- a/test/question/basic.py +++ b/test/question/basic.py @@ -73,3 +73,9 @@ test.must_match('bbb.out', "bbb.in\n") test.run(arguments = '--question bbb.out', status = 0) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/question/no-builder.py b/test/question/no-builder.py index d038724..bd1b120 100644 --- a/test/question/no-builder.py +++ b/test/question/no-builder.py @@ -43,3 +43,9 @@ test.run(arguments = '-q no_such_target', status = 1) test.run(arguments = '--question no_such_target', status = 1) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |