diff options
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index a3b2232a..55511a84 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -75,6 +75,7 @@ all_tests = { ["test_jit_x86_32.py", "--jitter", "python", "x86_32_sc.bin"], ["test_jit_arm.py", "--jitter", "tcc","md5_arm", "A684"], ["test_jit_arm.py", "--jitter", "llvm","md5_arm", "A684"], + ["test_jit_arm.py", "--jitter", "python","md5_arm", "A684"], ["sandbox_pe_x86_32.py", "--jitter", "tcc", "box_x86_32.bin"], ["sandbox_pe_x86_32.py", "--jitter", "llvm", "box_x86_32.bin"], ["sandbox_pe_x86_32.py", "--jitter", "python", "box_x86_32.bin"], |