diff options
Diffstat (limited to 'test/Alias')
-rw-r--r-- | test/Alias/Alias.py | 6 | ||||
-rw-r--r-- | test/Alias/Depends.py | 6 | ||||
-rw-r--r-- | test/Alias/Dir-order.py | 6 | ||||
-rw-r--r-- | test/Alias/action.py | 6 | ||||
-rw-r--r-- | test/Alias/errors.py | 6 | ||||
-rw-r--r-- | test/Alias/scanner.py | 6 | ||||
-rw-r--r-- | test/Alias/srcdir.py | 6 |
7 files changed, 42 insertions, 0 deletions
diff --git a/test/Alias/Alias.py b/test/Alias/Alias.py index 0af4dc2..73cffc4 100644 --- a/test/Alias/Alias.py +++ b/test/Alias/Alias.py @@ -167,3 +167,9 @@ test.run(arguments = 'f1.out', match = TestCmd.match_exact, stdout = expect) test.up_to_date(arguments = 'f1.out') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Alias/Depends.py b/test/Alias/Depends.py index b4ea95c..bba0abd 100644 --- a/test/Alias/Depends.py +++ b/test/Alias/Depends.py @@ -160,3 +160,9 @@ test.not_up_to_date(arguments = 'a2-file.out') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Alias/Dir-order.py b/test/Alias/Dir-order.py index 8f1388d..f0eaa0c 100644 --- a/test/Alias/Dir-order.py +++ b/test/Alias/Dir-order.py @@ -41,3 +41,9 @@ f = Dir('foo') test.run(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Alias/action.py b/test/Alias/action.py index 263df3c..72aab6e 100644 --- a/test/Alias/action.py +++ b/test/Alias/action.py @@ -133,3 +133,9 @@ test.must_match('foo', "foo(['build-add3'], ['f6.out'])\n") test.must_match('bar', "bar(['build-add3'], ['f6.out'])\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Alias/errors.py b/test/Alias/errors.py index 964bae4..1334f4e 100644 --- a/test/Alias/errors.py +++ b/test/Alias/errors.py @@ -41,3 +41,9 @@ test.run(arguments='A', status=2) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Alias/scanner.py b/test/Alias/scanner.py index b6254e9..743191c 100644 --- a/test/Alias/scanner.py +++ b/test/Alias/scanner.py @@ -56,3 +56,9 @@ test.run() test.fail_test(test.read('file.c') != "file.x\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Alias/srcdir.py b/test/Alias/srcdir.py index 2d7a154..4a0de43 100644 --- a/test/Alias/srcdir.py +++ b/test/Alias/srcdir.py @@ -98,3 +98,9 @@ test.run('minimal') test.must_match(['python', 'out-scons', 'foo.py'], "python/foo.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |