diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-10-09 17:47:22 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-10-09 17:47:22 +0200 |
| commit | e5ad0b4553329263240efeb7e7b0563d284355a8 (patch) | |
| tree | da566a52c9acaa9529c6a1daf84f9489594a1bc8 /test/test_all.py | |
| parent | 7101a6d9d5998102d0dc6a86ac01ba332fed3506 (diff) | |
| download | miasm-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.py | 2 |
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"], |