From e5ad0b4553329263240efeb7e7b0563d284355a8 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Thu, 9 Oct 2014 17:47:22 +0200 Subject: Reg test: add arm jit little/big endian --- test/test_all.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/test_all.py b/test/test_all.py index 23e45246..fdba4be4 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -104,6 +104,8 @@ all_tests = { ["test_jit_arm.py", "md5_arm", "-a", "A684"], ["test_jit_msp430.py", "msp430_sc.bin", "0"], ["test_jit_mips32.py", "mips32_sc_l.bin", "0"], + ["test_jit_arm_sc.py", "0", "demo_arm_b.bin", "b", "-a", "0"], + ["test_jit_arm_sc.py", "0", "demo_arm_l.bin", "l", "-a", "0"], ["sandbox_pe_x86_32.py", "box_x86_32.bin"], ["sandbox_pe_x86_32.py", "box_x86_32_enc.bin"], ["sandbox_pe_x86_32.py", "box_x86_32_mod.bin"], -- cgit 1.4.1