summaryrefslogtreecommitdiffstats
path: root/test/scons-time/mem
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/mem')
-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
9 files changed, 54 insertions, 0 deletions
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: