From 12bedca7aa29490d62891b464c65bf29f2aa31e4 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Tue, 7 Oct 2014 19:43:18 +0200 Subject: Sandbox: add arm arch --- test/test_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py index 9f014e32..4264927b 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -97,7 +97,7 @@ all_tests = { map(all_jit, [ ["unpack_upx.py", "box_upx.exe"], # Take 5 mins on a Core i5 ["test_jit_x86_32.py", "x86_32_sc.bin"], - ["test_jit_arm.py", "md5_arm", "A684"], + ["test_jit_arm.py", "md5_arm", "-a", "A684"], ["test_jit_msp430.py", "msp430_sc.bin", "0"], ["test_jit_mips32.py", "mips32_sc.bin", "0"], ["sandbox_pe_x86_32.py", "box_x86_32.bin"], -- cgit 1.4.1