diff options
Diffstat (limited to 'test/scons-time/run/archive')
-rw-r--r-- | test/scons-time/run/archive/dir.py | 6 | ||||
-rw-r--r-- | test/scons-time/run/archive/tar-gz.py | 6 | ||||
-rw-r--r-- | test/scons-time/run/archive/tar.py | 6 | ||||
-rw-r--r-- | test/scons-time/run/archive/tgz.py | 6 | ||||
-rw-r--r-- | test/scons-time/run/archive/zip.py | 6 |
5 files changed, 30 insertions, 0 deletions
diff --git a/test/scons-time/run/archive/dir.py b/test/scons-time/run/archive/dir.py index a6c48ec..590d568 100644 --- a/test/scons-time/run/archive/dir.py +++ b/test/scons-time/run/archive/dir.py @@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/tar-gz.py b/test/scons-time/run/archive/tar-gz.py index ac69e29..af11c33 100644 --- a/test/scons-time/run/archive/tar-gz.py +++ b/test/scons-time/run/archive/tar-gz.py @@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/tar.py b/test/scons-time/run/archive/tar.py index 18823d7..a85dacf 100644 --- a/test/scons-time/run/archive/tar.py +++ b/test/scons-time/run/archive/tar.py @@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/tgz.py b/test/scons-time/run/archive/tgz.py index f7df9a0..c349e02 100644 --- a/test/scons-time/run/archive/tgz.py +++ b/test/scons-time/run/archive/tgz.py @@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/scons-time/run/archive/zip.py b/test/scons-time/run/archive/zip.py index b5b122b..2fad3b8 100644 --- a/test/scons-time/run/archive/zip.py +++ b/test/scons-time/run/archive/zip.py @@ -71,3 +71,9 @@ test.must_exist('foo-000-0.log', 'foo-000-2.prof') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |