summaryrefslogtreecommitdiffstats
path: root/test/AS
diff options
context:
space:
mode:
Diffstat (limited to 'test/AS')
-rw-r--r--test/AS/AS.py6
-rw-r--r--test/AS/ASCOM.py6
-rw-r--r--test/AS/ASCOMSTR.py6
-rw-r--r--test/AS/ASFLAGS.py6
-rw-r--r--test/AS/ASPP.py6
-rw-r--r--test/AS/ASPPCOM.py6
-rw-r--r--test/AS/ASPPCOMSTR.py6
-rw-r--r--test/AS/ASPPFLAGS.py6
-rw-r--r--test/AS/as-live.py6
-rw-r--r--test/AS/ml.py6
-rw-r--r--test/AS/nasm.py6
11 files changed, 66 insertions, 0 deletions
diff --git a/test/AS/AS.py b/test/AS/AS.py
index e8a2a59..0857a62 100644
--- a/test/AS/AS.py
+++ b/test/AS/AS.py
@@ -172,3 +172,9 @@ test.must_match('test6' + _exe, "This is a .SPP file.\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/AS/ASCOM.py b/test/AS/ASCOM.py
index 6ad7e6e..c246806 100644
--- a/test/AS/ASCOM.py
+++ b/test/AS/ASCOM.py
@@ -91,3 +91,9 @@ test.fail_test(test.read('test8.shobj') != "test8.ASM\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/AS/ASCOMSTR.py b/test/AS/ASCOMSTR.py
index d146229..f1f64ee 100644
--- a/test/AS/ASCOMSTR.py
+++ b/test/AS/ASCOMSTR.py
@@ -85,3 +85,9 @@ test.fail_test(test.read('test4.obj') != "test4.ASM\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/AS/ASFLAGS.py b/test/AS/ASFLAGS.py
index 7297620..d7b7c33 100644
--- a/test/AS/ASFLAGS.py
+++ b/test/AS/ASFLAGS.py
@@ -182,3 +182,9 @@ test.must_match('test5' + _exe, "%s\nThis is a .spp file.\n" % o_c)
test.must_match('test6' + _exe, "%s\nThis is a .SPP file.\n" % o_c)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/AS/ASPP.py b/test/AS/ASPP.py
index f2c3e44..cb9d8dd 100644
--- a/test/AS/ASPP.py
+++ b/test/AS/ASPP.py
@@ -136,3 +136,9 @@ test.fail_test(test.read('test2' + _exe) != "This is a .SPP file.\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/AS/ASPPCOM.py b/test/AS/ASPPCOM.py
index 6f2bde5..b3c04a9 100644
--- a/test/AS/ASPPCOM.py
+++ b/test/AS/ASPPCOM.py
@@ -71,3 +71,9 @@ test.fail_test(test.read('test4.shobj') != "test4.SPP\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/AS/ASPPCOMSTR.py b/test/AS/ASPPCOMSTR.py
index 37a61df..0e612ad 100644
--- a/test/AS/ASPPCOMSTR.py
+++ b/test/AS/ASPPCOMSTR.py
@@ -70,3 +70,9 @@ test.fail_test(test.read('test2.obj') != "test2.SPP\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/AS/ASPPFLAGS.py b/test/AS/ASPPFLAGS.py
index 2410435..b8fdf2e 100644
--- a/test/AS/ASPPFLAGS.py
+++ b/test/AS/ASPPFLAGS.py
@@ -149,3 +149,9 @@ test.must_match('test1' + _exe, "%s\nThis is a .spp file.\n" % o_c)
test.must_match('test2' + _exe, "%s\nThis is a .SPP file.\n" % o_c)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/AS/as-live.py b/test/AS/as-live.py
index 03c6f24..0ee7c16 100644
--- a/test/AS/as-live.py
+++ b/test/AS/as-live.py
@@ -180,3 +180,9 @@ test.unlink('wrapper.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/AS/ml.py b/test/AS/ml.py
index 633befd..af7fc17 100644
--- a/test/AS/ml.py
+++ b/test/AS/ml.py
@@ -122,3 +122,9 @@ test.must_match('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/AS/nasm.py b/test/AS/nasm.py
index f1b99ee..b6d61a3 100644
--- a/test/AS/nasm.py
+++ b/test/AS/nasm.py
@@ -147,3 +147,9 @@ test.must_match('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: