about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_all.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 378755a4..0b6b1b74 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -71,7 +71,8 @@ all_tests = {
             ["unpack_upx.py", "--jitter", "tcc", "box_upx.exe"],
             ["unpack_upx.py", "--jitter", "llvm", "box_upx.exe"],
             ["test_jit_x86_32.py", "x86_32_sc.bin"],
-            ["test_jit_arm.py", "md5_arm", "A684"],
+            ["test_jit_arm.py", "--jitter", "tcc","md5_arm", "A684"],
+            ["test_jit_arm.py", "--jitter", "llvm","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", "tcc", "box_x86_32_enc.bin"],