diff options
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test_all.py b/test/test_all.py index 10cd4b66..9de73da0 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -182,17 +182,17 @@ for jitter in ["tcc", "llvm", "python"]: products=[Example.get_sample("box_upx_exe_unupx.bin")], tags=tags.get(jitter, [])) -for script, dep in [(["test_jit_x86_32.py", +for script, dep in [(["jit_x86_32.py", Example.get_sample("x86_32_sc.bin")], []), - (["test_jit_arm.py", Example.get_sample("md5_arm"), "-a", + (["jit_arm.py", Example.get_sample("md5_arm"), "-a", "A684"], []), - (["test_jit_msp430.py", "msp430_sc.bin", "0"], + (["jit_msp430.py", "msp430_sc.bin", "0"], [test_msp430]), - (["test_jit_mips32.py", "mips32_sc_l.bin", "0"], + (["jit_mips32.py", "mips32_sc_l.bin", "0"], [test_mips32]), - (["test_jit_arm_sc.py", "0", "demo_arm_b.bin", "b", "-a", + (["jit_arm_sc.py", "0", "demo_arm_b.bin", "b", "-a", "0"], [test_arm]), - (["test_jit_arm_sc.py", "0", "demo_arm_l.bin", "l", "-a", + (["jit_arm_sc.py", "0", "demo_arm_l.bin", "l", "-a", "0"], [test_arm]), (["sandbox_pe_x86_32.py", "box_x86_32_enc.bin"], [test_box_enc]), |