diff options
Diffstat (limited to 'test/Scanner')
-rw-r--r-- | test/Scanner/Entry-to-Dir.py | 6 | ||||
-rw-r--r-- | test/Scanner/FindPathDirs.py | 6 | ||||
-rw-r--r-- | test/Scanner/Scanner.py | 6 | ||||
-rw-r--r-- | test/Scanner/dictionary.py | 6 | ||||
-rw-r--r-- | test/Scanner/empty-implicit.py | 6 | ||||
-rw-r--r-- | test/Scanner/exception.py | 6 | ||||
-rw-r--r-- | test/Scanner/generated.py | 6 | ||||
-rw-r--r-- | test/Scanner/multi-env.py | 6 | ||||
-rw-r--r-- | test/Scanner/no-Dir-node.py | 6 | ||||
-rw-r--r-- | test/Scanner/parallel-rescan.py | 6 | ||||
-rw-r--r-- | test/Scanner/scan-once.py | 6 | ||||
-rw-r--r-- | test/Scanner/source_scanner-dict.py | 6 |
12 files changed, 72 insertions, 0 deletions
diff --git a/test/Scanner/Entry-to-Dir.py b/test/Scanner/Entry-to-Dir.py index 0b5dbd7..423a717 100644 --- a/test/Scanner/Entry-to-Dir.py +++ b/test/Scanner/Entry-to-Dir.py @@ -57,3 +57,9 @@ test.run(arguments = '.') 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/Scanner/FindPathDirs.py b/test/Scanner/FindPathDirs.py index bb8f929..9f0e535 100644 --- a/test/Scanner/FindPathDirs.py +++ b/test/Scanner/FindPathDirs.py @@ -148,3 +148,9 @@ test.must_match('foo', "foo.k 1 line 1\ninc1/xxx 2\ninc1/yyy 2\nfoo.k 1 line 4\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/Scanner/Scanner.py b/test/Scanner/Scanner.py index 80eab03..4c84069 100644 --- a/test/Scanner/Scanner.py +++ b/test/Scanner/Scanner.py @@ -238,3 +238,9 @@ test.must_match('moo.ork', "xxx 2\nmoo.lork 1 line 2\nyyy 2\nmoo.lork 1 line 4\n test.up_to_date(arguments = 'foo') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Scanner/dictionary.py b/test/Scanner/dictionary.py index b3baaa3..a65e777 100644 --- a/test/Scanner/dictionary.py +++ b/test/Scanner/dictionary.py @@ -197,3 +197,9 @@ test.must_match('bbb', expect_bbb) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Scanner/empty-implicit.py b/test/Scanner/empty-implicit.py index 2112fd8..0323240 100644 --- a/test/Scanner/empty-implicit.py +++ b/test/Scanner/empty-implicit.py @@ -79,3 +79,9 @@ test.run(arguments = '--implicit-cache .', stdout = expect) test.up_to_date(options = '--implicit-cache', 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/Scanner/exception.py b/test/Scanner/exception.py index ceaca14..4e62f8f 100644 --- a/test/Scanner/exception.py +++ b/test/Scanner/exception.py @@ -111,3 +111,9 @@ scons: *** [foo] Exception : kfile_scan error: yyy 1 """) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Scanner/generated.py b/test/Scanner/generated.py index df7f20a..f2d1955 100644 --- a/test/Scanner/generated.py +++ b/test/Scanner/generated.py @@ -420,3 +420,9 @@ libg_w.h: 1 """) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Scanner/multi-env.py b/test/Scanner/multi-env.py index c64f970..3d9a62a 100644 --- a/test/Scanner/multi-env.py +++ b/test/Scanner/multi-env.py @@ -114,3 +114,9 @@ test.must_match('frog.1', 'croak\ninput sound2\n') test.must_match('frog.2', 'include sound1\nrudeep\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/Scanner/no-Dir-node.py b/test/Scanner/no-Dir-node.py index b5706e3..a780de1 100644 --- a/test/Scanner/no-Dir-node.py +++ b/test/Scanner/no-Dir-node.py @@ -134,3 +134,9 @@ test.must_match('list.out', """\ """ % locals()) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Scanner/parallel-rescan.py b/test/Scanner/parallel-rescan.py index 4a1f27e..9f8e3f1 100644 --- a/test/Scanner/parallel-rescan.py +++ b/test/Scanner/parallel-rescan.py @@ -70,3 +70,9 @@ test.run(arguments = '-j4 .', test.up_to_date(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/Scanner/scan-once.py b/test/Scanner/scan-once.py index 7e02dd2..d68f918 100644 --- a/test/Scanner/scan-once.py +++ b/test/Scanner/scan-once.py @@ -92,3 +92,9 @@ create file4.x from file3.x """)) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Scanner/source_scanner-dict.py b/test/Scanner/source_scanner-dict.py index 5c0a89f..f796368 100644 --- a/test/Scanner/source_scanner-dict.py +++ b/test/Scanner/source_scanner-dict.py @@ -216,3 +216,9 @@ test.must_match('ddd', expect_ddd) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |