diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-19 12:51:10 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-19 12:51:10 -0700 |
commit | 2468de960b3025174c5d2920b50e75fc87678250 (patch) | |
tree | a1aaaaff42e6e25c99636b8ebf98326b9988e100 /tests | |
parent | adb38d0e59d87586c4ea283bf59052f0a0f9f016 (diff) |
add 'other' to default test runner modes
Diffstat (limited to 'tests')
-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 318946e6..ed68463c 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', 'asm2', 'asm2g', 'asm2x86', 's_0_0', 's_0_1', 'other'] test_index = 0 class RunnerCore(unittest.TestCase): |