From d5a9cad52ea8b3e04c00a036893e6de01bf469da Mon Sep 17 00:00:00 2001 From: ajax Date: Fri, 13 Jun 2014 15:09:33 +0200 Subject: Test: Add LLVM jitter in md5_arm example --- test/test_all.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_all.py') 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"], -- cgit 1.4.1