diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-10-07 19:43:18 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-10-07 19:43:18 +0200 |
| commit | 12bedca7aa29490d62891b464c65bf29f2aa31e4 (patch) | |
| tree | 2b1095f8e166917e28f60583cc9592c984b82bcd /test/test_all.py | |
| parent | 17ffdf4c6b982f4762184a46f1ffbbb0cc36eed8 (diff) | |
| download | miasm-12bedca7aa29490d62891b464c65bf29f2aa31e4.tar.gz miasm-12bedca7aa29490d62891b464c65bf29f2aa31e4.zip | |
Sandbox: add arm arch
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"], |