aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-11-09 19:34:30 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-11-09 19:34:30 -0800
commit159315a0edf8770305a1f042c30285fcc06d8663 (patch)
tree5ff9d0fa9a723d5316126381fbba8be40fb3abbd
parentc4114043e9b5dea715b4a8b4328ab360ad3fd687 (diff)
add asm2f to ALL
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 483df36e..aed70d35 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', 'asm1f', 'asm2', 'asm2g', 'asm2x86', 's_0_0', 's_0_1']
+test_modes = ['default', 'o1', 'o2', 'asm1', 'asm1f', 'asm2', 'asm2f', 'asm2g', 'asm2x86', 's_0_0', 's_0_1']
test_index = 0
class RunnerCore(unittest.TestCase):