diff options
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py index 0b6b1b74..bfcbae4e 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -70,7 +70,9 @@ all_tests = { "jitter": [ ["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_x86_32.py", "--jitter", "tcc", "x86_32_sc.bin"], + ["test_jit_x86_32.py", "--jitter", "llvm", "x86_32_sc.bin"], + ["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"], ["sandbox_pe_x86_32.py", "--jitter", "tcc", "box_x86_32.bin"], |