about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2014-06-16 10:32:42 +0200
committerserpilliere <devnull@localhost>2014-06-16 10:32:42 +0200
commitc7165bd6bc403676d5fb6d1822776b69f0b1217e (patch)
tree9779cb9564bd27a8be0d4287fee21575c5e424b6
parente862e45e87e4a238f137db5868be7608dd687611 (diff)
downloadmiasm-c7165bd6bc403676d5fb6d1822776b69f0b1217e.tar.gz
miasm-c7165bd6bc403676d5fb6d1822776b69f0b1217e.zip
Test: add arm test with symbexec engine
-rw-r--r--test/test_all.py1
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"],