diff options
Diffstat (limited to 'test/scons-time/run/config/targets.py')
-rw-r--r-- | test/scons-time/run/config/targets.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/run/config/targets.py b/test/scons-time/run/config/targets.py index 8d2abd1..482a44d 100644 --- a/test/scons-time/run/config/targets.py +++ b/test/scons-time/run/config/targets.py @@ -84,3 +84,9 @@ SConstruct file directory: .*scons-time-.*%(sep)sfoo test.must_match('foo-000-2.log', expect, mode='r') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |