aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-21 18:06:49 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-21 18:29:02 -0800
commit0e20a4f58d6b2fa97320e229b87d80cc6cacef67 (patch)
treec1dcf504f7e111bea19c332d00414be9e2846a39 /tests/runner.py
parent020fc37f70f985e090b24778fa3ba1d9f52f29b2 (diff)
add asm3 test mode
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 7f0cbaed..f59d5cb9 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -36,7 +36,7 @@ except:
# Core test runner class, shared between normal tests and benchmarks
checked_sanity = False
-test_modes = ['default', 'o1', 'o2', 'asm1', 'asm2', 'asm2f', 'asm2g', 'asm2x86', 's_0_0', 's_0_1']
+test_modes = ['default', 'o1', 'o2', 'asm1', 'asm2', 'asm3', 'asm2f', 'asm2g', 'asm2x86', 's_0_0', 's_0_1']
test_index = 0
class RunnerCore(unittest.TestCase):