summaryrefslogtreecommitdiffstats
path: root/test/AR
diff options
context:
space:
mode:
Diffstat (limited to 'test/AR')
-rw-r--r--test/AR/AR.py6
-rw-r--r--test/AR/ARCOM.py6
-rw-r--r--test/AR/ARCOMSTR.py6
-rw-r--r--test/AR/ARFLAGS.py6
4 files changed, 24 insertions, 0 deletions
diff --git a/test/AR/AR.py b/test/AR/AR.py
index 4048340..2c0b1ae 100644
--- a/test/AR/AR.py
+++ b/test/AR/AR.py
@@ -105,3 +105,9 @@ test.run(arguments = 'b' + _exe,
test.fail_test(test.read('wrapper.out') != "wrapper.py\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/AR/ARCOM.py b/test/AR/ARCOM.py
index 73c36fc..65cae2e 100644
--- a/test/AR/ARCOM.py
+++ b/test/AR/ARCOM.py
@@ -68,3 +68,9 @@ test.must_match('output.lib', "file.1\nfile.2\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/AR/ARCOMSTR.py b/test/AR/ARCOMSTR.py
index f0a6158..c4a8c77 100644
--- a/test/AR/ARCOMSTR.py
+++ b/test/AR/ARCOMSTR.py
@@ -72,3 +72,9 @@ test.must_match('output.lib', "file.1\nfile.2\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/AR/ARFLAGS.py b/test/AR/ARFLAGS.py
index fbca0ff..087cefe 100644
--- a/test/AR/ARFLAGS.py
+++ b/test/AR/ARFLAGS.py
@@ -104,3 +104,9 @@ test.run(arguments = 'b' + _exe,
test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: