diff options
Diffstat (limited to 'test/TARGET-dir.py')
-rw-r--r-- | test/TARGET-dir.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/TARGET-dir.py b/test/TARGET-dir.py index 7155f93..d56127d 100644 --- a/test/TARGET-dir.py +++ b/test/TARGET-dir.py @@ -88,3 +88,9 @@ test.run(program = build1_foo, stdout = "foo.h.in\nfoo.c\n") test.run(program = build2_foo, stdout = "foo.h.in\nfoo.c\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |