summaryrefslogtreecommitdiffstats
path: root/test/scons-time
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time')
-rw-r--r--test/scons-time/func/basic.py6
-rw-r--r--test/scons-time/func/chdir.py6
-rw-r--r--test/scons-time/func/file.py6
-rw-r--r--test/scons-time/func/format-gnuplot.py6
-rw-r--r--test/scons-time/func/function.py6
-rw-r--r--test/scons-time/func/glob.py6
-rw-r--r--test/scons-time/func/help.py6
-rw-r--r--test/scons-time/func/no-args.py6
-rw-r--r--test/scons-time/func/prefix.py6
-rw-r--r--test/scons-time/func/tail.py6
-rw-r--r--test/scons-time/help/all-subcommands.py6
-rw-r--r--test/scons-time/help/options.py6
-rw-r--r--test/scons-time/mem/chdir.py6
-rw-r--r--test/scons-time/mem/file.py6
-rw-r--r--test/scons-time/mem/format-gnuplot.py6
-rw-r--r--test/scons-time/mem/glob.py6
-rw-r--r--test/scons-time/mem/help.py6
-rw-r--r--test/scons-time/mem/no-args.py6
-rw-r--r--test/scons-time/mem/prefix.py6
-rw-r--r--test/scons-time/mem/stage.py6
-rw-r--r--test/scons-time/mem/tail.py6
-rw-r--r--test/scons-time/no-args.py6
-rw-r--r--test/scons-time/obj/chdir.py6
-rw-r--r--test/scons-time/obj/file.py6
-rw-r--r--test/scons-time/obj/format-gnuplot.py6
-rw-r--r--test/scons-time/obj/glob.py6
-rw-r--r--test/scons-time/obj/help.py6
-rw-r--r--test/scons-time/obj/no-args.py6
-rw-r--r--test/scons-time/obj/no-files.py6
-rw-r--r--test/scons-time/obj/prefix.py6
-rw-r--r--test/scons-time/obj/stage.py6
-rw-r--r--test/scons-time/obj/tail.py6
-rw-r--r--test/scons-time/run/aegis.py6
-rw-r--r--test/scons-time/run/archive/dir.py6
-rw-r--r--test/scons-time/run/archive/tar-gz.py6
-rw-r--r--test/scons-time/run/archive/tar.py6
-rw-r--r--test/scons-time/run/archive/tgz.py6
-rw-r--r--test/scons-time/run/archive/zip.py6
-rw-r--r--test/scons-time/run/config/archive_list.py6
-rw-r--r--test/scons-time/run/config/initial_commands.py6
-rw-r--r--test/scons-time/run/config/prefix.py6
-rw-r--r--test/scons-time/run/config/python.py6
-rw-r--r--test/scons-time/run/config/scons.py6
-rw-r--r--test/scons-time/run/config/subdir.py6
-rw-r--r--test/scons-time/run/config/targets.py6
-rw-r--r--test/scons-time/run/option/help.py6
-rw-r--r--test/scons-time/run/option/next-run.py6
-rw-r--r--test/scons-time/run/option/no-args.py6
-rw-r--r--test/scons-time/run/option/no-exec.py6
-rw-r--r--test/scons-time/run/option/number.py6
-rw-r--r--test/scons-time/run/option/outdir.py6
-rw-r--r--test/scons-time/run/option/prefix.py6
-rw-r--r--test/scons-time/run/option/python.py6
-rw-r--r--test/scons-time/run/option/quiet.py6
-rw-r--r--test/scons-time/run/option/scons.py6
-rw-r--r--test/scons-time/run/option/subdir.py6
-rw-r--r--test/scons-time/run/option/verbose.py6
-rw-r--r--test/scons-time/run/subversion.py6
-rw-r--r--test/scons-time/time/chdir.py6
-rw-r--r--test/scons-time/time/empty.py6
-rw-r--r--test/scons-time/time/file.py6
-rw-r--r--test/scons-time/time/format-gnuplot.py6
-rw-r--r--test/scons-time/time/glob.py6
-rw-r--r--test/scons-time/time/help.py6
-rw-r--r--test/scons-time/time/no-args.py6
-rw-r--r--test/scons-time/time/no-result.py6
-rw-r--r--test/scons-time/time/prefix.py6
-rw-r--r--test/scons-time/time/tail.py6
-rw-r--r--test/scons-time/time/which.py6
-rw-r--r--test/scons-time/unknown.py6
70 files changed, 420 insertions, 0 deletions
diff --git a/test/scons-time/func/basic.py b/test/scons-time/func/basic.py
index 66c5853..fe24f99 100644
--- a/test/scons-time/func/basic.py
+++ b/test/scons-time/func/basic.py
@@ -47,3 +47,9 @@ expect = r'\d.\d\d\d prof\.py:1\(_main\)' + '\n'
test.run(arguments = 'func foo.prof', stdout = expect)
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/func/chdir.py b/test/scons-time/func/chdir.py
index 80ec93e..0ce4340 100644
--- a/test/scons-time/func/chdir.py
+++ b/test/scons-time/func/chdir.py
@@ -62,3 +62,9 @@ test.run(arguments = 'func -C profs foo-*.prof', stdout = expect)
test.run(arguments = 'func --chdir profs foo-?.prof', stdout = expect)
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/func/file.py b/test/scons-time/func/file.py
index 33a9908..fa9d36e 100644
--- a/test/scons-time/func/file.py
+++ b/test/scons-time/func/file.py
@@ -99,3 +99,9 @@ test.run(arguments = 'func --file st2.conf --fmt gnuplot', stdout = expect2)
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/func/format-gnuplot.py b/test/scons-time/func/format-gnuplot.py
index 92eb837..254a754 100644
--- a/test/scons-time/func/format-gnuplot.py
+++ b/test/scons-time/func/format-gnuplot.py
@@ -80,3 +80,9 @@ test.run(arguments = 'func --format gnuplot --title TITLE', stdout=expect_title)
test.run(arguments = 'func --format=gnuplot', stdout=expect_notitle)
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/func/function.py b/test/scons-time/func/function.py
index 27bb94d..c76bb2f 100644
--- a/test/scons-time/func/function.py
+++ b/test/scons-time/func/function.py
@@ -56,3 +56,9 @@ test.run(arguments = 'func --func f1 foo.prof', stdout = expect1)
test.run(arguments = 'func --function f3 foo.prof', stdout = expect3)
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/func/glob.py b/test/scons-time/func/glob.py
index 4a629ed..d3fd960 100644
--- a/test/scons-time/func/glob.py
+++ b/test/scons-time/func/glob.py
@@ -55,3 +55,9 @@ test.run(arguments = 'func foo-*.prof', stdout = expect)
test.run(arguments = 'func foo-?.prof', stdout = expect)
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/func/help.py b/test/scons-time/func/help.py
index c451b33..61a1a6d 100644
--- a/test/scons-time/func/help.py
+++ b/test/scons-time/func/help.py
@@ -55,3 +55,9 @@ test.run(arguments = 'help func')
test.must_contain_all_lines(test.stdout(), expect)
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/func/no-args.py b/test/scons-time/func/no-args.py
index 0767ae6..4e2df8d 100644
--- a/test/scons-time/func/no-args.py
+++ b/test/scons-time/func/no-args.py
@@ -41,3 +41,9 @@ scons-time: func: No arguments specified.
test.run(arguments = 'func', status = 1, stderr = expect)
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/func/prefix.py b/test/scons-time/func/prefix.py
index 53dfea6..fe3618f 100644
--- a/test/scons-time/func/prefix.py
+++ b/test/scons-time/func/prefix.py
@@ -63,3 +63,9 @@ test.run(arguments = 'func -p bar', stdout = bar_expect)
test.run(arguments = 'func --prefix=foo', stdout = foo_expect)
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/func/tail.py b/test/scons-time/func/tail.py
index 816a7a1..91fa6c8 100644
--- a/test/scons-time/func/tail.py
+++ b/test/scons-time/func/tail.py
@@ -54,3 +54,9 @@ test.run(arguments = 'func -t 3 foo-*.prof', stdout = ''.join(expect[-3:]))
test.run(arguments = 'func --tail 5 foo-*.prof', stdout = ''.join(expect[-5:]))
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/help/all-subcommands.py b/test/scons-time/help/all-subcommands.py
index 52842ab..7de7fc6 100644
--- a/test/scons-time/help/all-subcommands.py
+++ b/test/scons-time/help/all-subcommands.py
@@ -56,3 +56,9 @@ test.run(arguments = 'help')
test.must_contain_all_lines(test.stdout(), expect)
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/help/options.py b/test/scons-time/help/options.py
index 43f4427..8fd192d 100644
--- a/test/scons-time/help/options.py
+++ b/test/scons-time/help/options.py
@@ -57,3 +57,9 @@ test.run(arguments = '--help')
test.must_contain_all_lines(test.stdout(), expect)
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/mem/chdir.py b/test/scons-time/mem/chdir.py
index a97f756..52dbd2c 100644
--- a/test/scons-time/mem/chdir.py
+++ b/test/scons-time/mem/chdir.py
@@ -55,3 +55,9 @@ test.run(arguments = 'mem -C logs foo-*.log', stdout = expect)
test.run(arguments = 'mem --chdir logs foo-?.log', stdout = expect)
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/mem/file.py b/test/scons-time/mem/file.py
index a1e7181..fb329a0 100644
--- a/test/scons-time/mem/file.py
+++ b/test/scons-time/mem/file.py
@@ -76,3 +76,9 @@ test.run(arguments = 'mem --file st2.conf --fmt gnuplot', stdout = expect2)
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/mem/format-gnuplot.py b/test/scons-time/mem/format-gnuplot.py
index a4e0f19..5f3e9cd 100644
--- a/test/scons-time/mem/format-gnuplot.py
+++ b/test/scons-time/mem/format-gnuplot.py
@@ -70,3 +70,9 @@ test.run(arguments = 'mem --format gnuplot --title TITLE', stdout=expect_title)
test.run(arguments = 'mem --format=gnuplot', stdout=expect_notitle)
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/mem/glob.py b/test/scons-time/mem/glob.py
index 6f5174f..04d8b09 100644
--- a/test/scons-time/mem/glob.py
+++ b/test/scons-time/mem/glob.py
@@ -50,3 +50,9 @@ test.run(arguments = 'mem foo-*.log', stdout = expect)
test.run(arguments = 'mem foo-?.log', stdout = expect)
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/mem/help.py b/test/scons-time/mem/help.py
index 3adb121..4ff34fa 100644
--- a/test/scons-time/mem/help.py
+++ b/test/scons-time/mem/help.py
@@ -55,3 +55,9 @@ test.run(arguments = 'help mem')
test.must_contain_all_lines(test.stdout(), expect)
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/mem/no-args.py b/test/scons-time/mem/no-args.py
index cb47c9b..0d1380f 100644
--- a/test/scons-time/mem/no-args.py
+++ b/test/scons-time/mem/no-args.py
@@ -41,3 +41,9 @@ scons-time: mem: No arguments specified.
test.run(arguments = 'mem', status = 1, stderr = expect)
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/mem/prefix.py b/test/scons-time/mem/prefix.py
index 41eb4e4..5e64dad 100644
--- a/test/scons-time/mem/prefix.py
+++ b/test/scons-time/mem/prefix.py
@@ -60,3 +60,9 @@ test.run(arguments = 'mem -p bar', stdout = bar_expect)
test.run(arguments = 'mem --prefix=foo', stdout = foo_expect)
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/mem/stage.py b/test/scons-time/mem/stage.py
index 88b21e2..849c71e 100644
--- a/test/scons-time/mem/stage.py
+++ b/test/scons-time/mem/stage.py
@@ -81,3 +81,9 @@ test.run(arguments = 'mem --fmt gnuplot --stage unknown',
stderr = expect)
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/mem/tail.py b/test/scons-time/mem/tail.py
index e2c7ede..19f4036 100644
--- a/test/scons-time/mem/tail.py
+++ b/test/scons-time/mem/tail.py
@@ -53,3 +53,9 @@ test.run(arguments = 'mem -t 3 foo-*.log', stdout = ''.join(expect3))
test.run(arguments = 'mem --tail 5 foo-*.log', stdout = ''.join(expect5))
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/no-args.py b/test/scons-time/no-args.py
index ba98da2..1ea6901 100644
--- a/test/scons-time/no-args.py
+++ b/test/scons-time/no-args.py
@@ -40,3 +40,9 @@ Type "scons-time help" for usage.
test.run(arguments = '', status=1, stderr=expect)
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/obj/chdir.py b/test/scons-time/obj/chdir.py
index 5e7df89..5b7fe22 100644
--- a/test/scons-time/obj/chdir.py
+++ b/test/scons-time/obj/chdir.py
@@ -55,3 +55,9 @@ test.run(arguments = 'obj -C logs Environment.Base foo-*.log', stdout = expect)
test.run(arguments = 'obj --chdir logs Environment.Base foo-?.log', stdout = expect)
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/obj/file.py b/test/scons-time/obj/file.py
index 3cf8e74..5076d7f 100644
--- a/test/scons-time/obj/file.py
+++ b/test/scons-time/obj/file.py
@@ -76,3 +76,9 @@ test.run(arguments = 'obj --file st2.conf --fmt gnuplot Node.FS.Base', stdout =
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/obj/format-gnuplot.py b/test/scons-time/obj/format-gnuplot.py
index b47d843..cdded16 100644
--- a/test/scons-time/obj/format-gnuplot.py
+++ b/test/scons-time/obj/format-gnuplot.py
@@ -74,3 +74,9 @@ test.run(arguments = 'obj --format=gnuplot Node.Node',
stdout=expect_notitle)
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/obj/glob.py b/test/scons-time/obj/glob.py
index 4af2854..07ccccc 100644
--- a/test/scons-time/obj/glob.py
+++ b/test/scons-time/obj/glob.py
@@ -50,3 +50,9 @@ test.run(arguments = 'obj Builder.BuilderBase foo-*.log', stdout = expect)
test.run(arguments = 'obj Builder.BuilderBase foo-?.log', stdout = expect)
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/obj/help.py b/test/scons-time/obj/help.py
index 0f21f4d..d4cc1bd 100644
--- a/test/scons-time/obj/help.py
+++ b/test/scons-time/obj/help.py
@@ -55,3 +55,9 @@ test.run(arguments = 'help obj')
test.must_contain_all_lines(test.stdout(), expect)
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/obj/no-args.py b/test/scons-time/obj/no-args.py
index a4d3f84..9350b79 100644
--- a/test/scons-time/obj/no-args.py
+++ b/test/scons-time/obj/no-args.py
@@ -40,3 +40,9 @@ scons-time: obj: Must specify an object name.
test.run(arguments = 'obj', status = 1, stderr = expect)
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/obj/no-files.py b/test/scons-time/obj/no-files.py
index cd91ceb..50e5df1 100644
--- a/test/scons-time/obj/no-files.py
+++ b/test/scons-time/obj/no-files.py
@@ -42,3 +42,9 @@ scons-time: obj: No arguments specified.
test.run(arguments = 'obj fake.object', status = 1, stderr = expect)
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/obj/prefix.py b/test/scons-time/obj/prefix.py
index 8005dc4..e669cf2 100644
--- a/test/scons-time/obj/prefix.py
+++ b/test/scons-time/obj/prefix.py
@@ -60,3 +60,9 @@ test.run(arguments = 'obj -p bar Environment.Base', stdout = bar_expect)
test.run(arguments = 'obj --prefix=foo Environment.Base', stdout = foo_expect)
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/obj/stage.py b/test/scons-time/obj/stage.py
index 5dbd15b..7361f69 100644
--- a/test/scons-time/obj/stage.py
+++ b/test/scons-time/obj/stage.py
@@ -86,3 +86,9 @@ test.run(arguments = 'obj --fmt gnuplot --stage unknown',
stderr = expect)
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/obj/tail.py b/test/scons-time/obj/tail.py
index 0483d89..9049c89 100644
--- a/test/scons-time/obj/tail.py
+++ b/test/scons-time/obj/tail.py
@@ -53,3 +53,9 @@ test.run(arguments = 'obj -t 3 Node.FS foo-*.log', stdout = expect3)
test.run(arguments = 'obj --tail 5 Node.FS foo-*.log', stdout = expect5)
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/aegis.py b/test/scons-time/run/aegis.py
index eebd933..09c6aad 100644
--- a/test/scons-time/run/aegis.py
+++ b/test/scons-time/run/aegis.py
@@ -71,3 +71,9 @@ def re_find(content, line):
test.must_contain_all_lines(content, expect, 'foo-617-2.log', re_find)
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/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:
diff --git a/test/scons-time/run/config/archive_list.py b/test/scons-time/run/config/archive_list.py
index 8ddde3d..d393a69 100644
--- a/test/scons-time/run/config/archive_list.py
+++ b/test/scons-time/run/config/archive_list.py
@@ -75,3 +75,9 @@ test.must_exist('bar-000-0.log',
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/config/initial_commands.py b/test/scons-time/run/config/initial_commands.py
index 73328ef..167ed49 100644
--- a/test/scons-time/run/config/initial_commands.py
+++ b/test/scons-time/run/config/initial_commands.py
@@ -54,3 +54,9 @@ test.must_exist('foo-000-0.log',
test.must_exist('INITIAL')
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/config/prefix.py b/test/scons-time/run/config/prefix.py
index c04c9e7..5ef673b 100644
--- a/test/scons-time/run/config/prefix.py
+++ b/test/scons-time/run/config/prefix.py
@@ -50,3 +50,9 @@ test.must_exist('bar-000-0.log',
'bar-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/config/python.py b/test/scons-time/run/config/python.py
index 4aa85b4..6cf965b 100644
--- a/test/scons-time/run/config/python.py
+++ b/test/scons-time/run/config/python.py
@@ -66,3 +66,9 @@ test.must_match('foo-000-1.log', "my_python.py: %s\n" % prof1)
test.must_match('foo-000-2.log', "my_python.py: %s\n" % prof2)
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/config/scons.py b/test/scons-time/run/config/scons.py
index be34dde..73f041d 100644
--- a/test/scons-time/run/config/scons.py
+++ b/test/scons-time/run/config/scons.py
@@ -62,3 +62,9 @@ test.must_match('foo-000-1.log', "my_scons.py: %s\n" % prof1)
test.must_match('foo-000-2.log', "my_scons.py: %s\n" % prof2)
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/config/subdir.py b/test/scons-time/run/config/subdir.py
index b463868..1d7ca8e 100644
--- a/test/scons-time/run/config/subdir.py
+++ b/test/scons-time/run/config/subdir.py
@@ -63,3 +63,9 @@ def re_find(content, line):
test.must_contain_all_lines(content, expect, 'foo-000-0.log', re_find)
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/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:
diff --git a/test/scons-time/run/option/help.py b/test/scons-time/run/option/help.py
index 00a4eb7..d7f2b29 100644
--- a/test/scons-time/run/option/help.py
+++ b/test/scons-time/run/option/help.py
@@ -57,3 +57,9 @@ test.run(arguments = 'help run')
test.must_contain_all_lines(test.stdout(), expect)
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/option/next-run.py b/test/scons-time/run/option/next-run.py
index 8a23939..7e729cb 100644
--- a/test/scons-time/run/option/next-run.py
+++ b/test/scons-time/run/option/next-run.py
@@ -97,3 +97,9 @@ test.must_not_exist('foo-003-0.log',
'foo-003-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/option/no-args.py b/test/scons-time/run/option/no-args.py
index 520b27d..e01f24b 100644
--- a/test/scons-time/run/option/no-args.py
+++ b/test/scons-time/run/option/no-args.py
@@ -40,3 +40,9 @@ scons-time: run: No arguments or -f config file specified.
test.run(arguments = 'run', status = 1, stderr = expect)
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/option/no-exec.py b/test/scons-time/run/option/no-exec.py
index a2eab74..db6757c 100644
--- a/test/scons-time/run/option/no-exec.py
+++ b/test/scons-time/run/option/no-exec.py
@@ -47,3 +47,9 @@ test.must_not_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/option/number.py b/test/scons-time/run/option/number.py
index ddf2d86..0e87c2d 100644
--- a/test/scons-time/run/option/number.py
+++ b/test/scons-time/run/option/number.py
@@ -46,3 +46,9 @@ test.must_exist('foo-077-0.log',
'foo-077-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/option/outdir.py b/test/scons-time/run/option/outdir.py
index f60eba0..370974b 100644
--- a/test/scons-time/run/option/outdir.py
+++ b/test/scons-time/run/option/outdir.py
@@ -49,3 +49,9 @@ test.must_exist(['sub', 'foo-000-0.log'],
['sub', '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/option/prefix.py b/test/scons-time/run/option/prefix.py
index 6bc9619..df13cd0 100644
--- a/test/scons-time/run/option/prefix.py
+++ b/test/scons-time/run/option/prefix.py
@@ -46,3 +46,9 @@ test.must_exist('bar-000-0.log',
'bar-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/option/python.py b/test/scons-time/run/option/python.py
index bd12efe..a28e23f 100644
--- a/test/scons-time/run/option/python.py
+++ b/test/scons-time/run/option/python.py
@@ -62,3 +62,9 @@ test.must_match('foo-000-1.log', "my_python.py: %s\n" % prof1)
test.must_match('foo-000-2.log', "my_python.py: %s\n" % prof2)
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/option/quiet.py b/test/scons-time/run/option/quiet.py
index 453829c..58b5e82 100644
--- a/test/scons-time/run/option/quiet.py
+++ b/test/scons-time/run/option/quiet.py
@@ -80,3 +80,9 @@ test.must_exist('foo-001-0.log',
test.run(arguments = 'run --quiet foo.tar.gz', stdout = expect)
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/option/scons.py b/test/scons-time/run/option/scons.py
index 14ac18d..0bf883b 100644
--- a/test/scons-time/run/option/scons.py
+++ b/test/scons-time/run/option/scons.py
@@ -57,3 +57,9 @@ test.must_match('foo-000-1.log', "my_scons.py: %s\n" % prof1)
test.must_match('foo-000-2.log', "my_scons.py: %s\n" % prof2)
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/option/subdir.py b/test/scons-time/run/option/subdir.py
index eeae750..ef8bc81 100644
--- a/test/scons-time/run/option/subdir.py
+++ b/test/scons-time/run/option/subdir.py
@@ -59,3 +59,9 @@ def re_find(content, line):
test.must_contain_all_lines(content, expect, 'foo-000-0.log', re_find)
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/option/verbose.py b/test/scons-time/run/option/verbose.py
index 935e2a9..8b0be4a 100644
--- a/test/scons-time/run/option/verbose.py
+++ b/test/scons-time/run/option/verbose.py
@@ -145,3 +145,9 @@ test.run(arguments = 'run --verbose foo.tar.gz', stdout = expect % 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/scons-time/run/subversion.py b/test/scons-time/run/subversion.py
index d265422..e3152fc 100644
--- a/test/scons-time/run/subversion.py
+++ b/test/scons-time/run/subversion.py
@@ -72,3 +72,9 @@ def re_find(content, line):
test.must_contain_all_lines(content, expect, 'foo-617-2.log', re_find)
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/time/chdir.py b/test/scons-time/time/chdir.py
index b2a4d07..ef340a1 100644
--- a/test/scons-time/time/chdir.py
+++ b/test/scons-time/time/chdir.py
@@ -55,3 +55,9 @@ test.run(arguments = 'time -C logs foo-*.log', stdout = expect)
test.run(arguments = 'time --chdir logs foo-?.log', stdout = expect)
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/time/empty.py b/test/scons-time/time/empty.py
index 7542bfc..d73db79 100644
--- a/test/scons-time/time/empty.py
+++ b/test/scons-time/time/empty.py
@@ -89,3 +89,9 @@ test.run(arguments = 'time --fmt gnuplot foo-5-0.log',
stderr = stderr)
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/time/file.py b/test/scons-time/time/file.py
index 96bd035..4c3271b 100644
--- a/test/scons-time/time/file.py
+++ b/test/scons-time/time/file.py
@@ -76,3 +76,9 @@ test.run(arguments = 'time --file st2.conf --fmt gnuplot', stdout = expect2)
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/time/format-gnuplot.py b/test/scons-time/time/format-gnuplot.py
index 8a599a4..7b38626 100644
--- a/test/scons-time/time/format-gnuplot.py
+++ b/test/scons-time/time/format-gnuplot.py
@@ -70,3 +70,9 @@ test.run(arguments = 'time --format gnuplot --title TITLE', stdout=expect_title)
test.run(arguments = 'time --format=gnuplot', stdout=expect_notitle)
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/time/glob.py b/test/scons-time/time/glob.py
index 5bf2ccd..d202e61 100644
--- a/test/scons-time/time/glob.py
+++ b/test/scons-time/time/glob.py
@@ -50,3 +50,9 @@ test.run(arguments = 'time foo-*.log', stdout = expect)
test.run(arguments = 'time foo-?.log', stdout = expect)
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/time/help.py b/test/scons-time/time/help.py
index aec4c6f..3df60f7 100644
--- a/test/scons-time/time/help.py
+++ b/test/scons-time/time/help.py
@@ -55,3 +55,9 @@ test.run(arguments = 'help time')
test.must_contain_all_lines(test.stdout(), expect)
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/time/no-args.py b/test/scons-time/time/no-args.py
index 510b1b3..56ed4a1 100644
--- a/test/scons-time/time/no-args.py
+++ b/test/scons-time/time/no-args.py
@@ -41,3 +41,9 @@ scons-time: mem: No arguments specified.
test.run(arguments = 'mem', status = 1, stderr = expect)
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/time/no-result.py b/test/scons-time/time/no-result.py
index ca345b2..baf06d7 100644
--- a/test/scons-time/time/no-result.py
+++ b/test/scons-time/time/no-result.py
@@ -73,3 +73,9 @@ test.run(arguments = 'time --fmt gnuplot foo-5-0.log',
stderr = stderr)
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/time/prefix.py b/test/scons-time/time/prefix.py
index cf0462a..d12287d 100644
--- a/test/scons-time/time/prefix.py
+++ b/test/scons-time/time/prefix.py
@@ -60,3 +60,9 @@ test.run(arguments = 'time -p bar', stdout = bar_expect)
test.run(arguments = 'time --prefix=foo', stdout = foo_expect)
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/time/tail.py b/test/scons-time/time/tail.py
index 600bbc8..372f785 100644
--- a/test/scons-time/time/tail.py
+++ b/test/scons-time/time/tail.py
@@ -53,3 +53,9 @@ test.run(arguments = 'time -t 3 foo-*.log', stdout = ''.join(expect3))
test.run(arguments = 'time --tail 5 foo-*.log', stdout = ''.join(expect5))
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/time/which.py b/test/scons-time/time/which.py
index 30ce3a6..170ce49 100644
--- a/test/scons-time/time/which.py
+++ b/test/scons-time/time/which.py
@@ -82,3 +82,9 @@ test.run(arguments = 'time --fmt gnuplot --which unknown',
stderr = expect)
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/unknown.py b/test/scons-time/unknown.py
index cee07c4..7cb3370 100644
--- a/test/scons-time/unknown.py
+++ b/test/scons-time/unknown.py
@@ -42,3 +42,9 @@ Type "scons-time help" for usage.
test.run(arguments = 'unknown', status=1, stderr=expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: