diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-10-29 18:44:35 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-10-29 18:52:28 -0700 |
commit | 75af3c1ac8dba93b508b8b431bef9a35e6b054c3 (patch) | |
tree | 48f18974519715977f000a226b0da5902cc900c5 /tests/runner.py | |
parent | 0154b1effe2cde0ad81a1adcbe83b7c9d018dbbd (diff) |
add asm1f test mode
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 867f7113..483df36e 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', 'asm2g', 'asm2x86', 's_0_0', 's_0_1'] +test_modes = ['default', 'o1', 'o2', 'asm1', 'asm1f', 'asm2', 'asm2g', 'asm2x86', 's_0_0', 's_0_1'] test_index = 0 class RunnerCore(unittest.TestCase): |