diff options
Diffstat (limited to 'test/Configure/custom-tests.py')
-rw-r--r-- | test/Configure/custom-tests.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Configure/custom-tests.py b/test/Configure/custom-tests.py index 7fb0ab7..9cefa2d 100644 --- a/test/Configure/custom-tests.py +++ b/test/Configure/custom-tests.py @@ -109,3 +109,9 @@ test.checkLogAndStdout(["Executing MyTest ... "], "config.log", ".sconf_temp", "SConstruct") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |