about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2014-10-09 17:47:22 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2014-10-09 17:47:22 +0200
commite5ad0b4553329263240efeb7e7b0563d284355a8 (patch)
treeda566a52c9acaa9529c6a1daf84f9489594a1bc8 /test/test_all.py
parent7101a6d9d5998102d0dc6a86ac01ba332fed3506 (diff)
downloadmiasm-e5ad0b4553329263240efeb7e7b0563d284355a8.tar.gz
miasm-e5ad0b4553329263240efeb7e7b0563d284355a8.zip
Reg test: add arm jit little/big endian
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py2
1 files changed, 2 insertions, 0 deletions
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"],