diff options
| author | serpilliere <devnull@localhost> | 2014-06-16 10:32:42 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2014-06-16 10:32:42 +0200 |
| commit | c7165bd6bc403676d5fb6d1822776b69f0b1217e (patch) | |
| tree | 9779cb9564bd27a8be0d4287fee21575c5e424b6 | |
| parent | e862e45e87e4a238f137db5868be7608dd687611 (diff) | |
| download | miasm-c7165bd6bc403676d5fb6d1822776b69f0b1217e.tar.gz miasm-c7165bd6bc403676d5fb6d1822776b69f0b1217e.zip | |
Test: add arm test with symbexec engine
| -rw-r--r-- | test/test_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index a3b2232a..55511a84 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -75,6 +75,7 @@ all_tests = { ["test_jit_x86_32.py", "--jitter", "python", "x86_32_sc.bin"], ["test_jit_arm.py", "--jitter", "tcc","md5_arm", "A684"], ["test_jit_arm.py", "--jitter", "llvm","md5_arm", "A684"], + ["test_jit_arm.py", "--jitter", "python","md5_arm", "A684"], ["sandbox_pe_x86_32.py", "--jitter", "tcc", "box_x86_32.bin"], ["sandbox_pe_x86_32.py", "--jitter", "llvm", "box_x86_32.bin"], ["sandbox_pe_x86_32.py", "--jitter", "python", "box_x86_32.bin"], |