about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorajax <devnull@localhost>2014-06-14 20:29:40 +0200
committerajax <devnull@localhost>2014-06-14 20:29:40 +0200
commitb8cbb759b6b07704dccf72fe165a6ce33230cc12 (patch)
tree654a08cbed40c6d0f0c31127a5adc2932f1234cb /test/test_all.py
parent3e7fc4547fc1bea2a983d317718d3e393afe7414 (diff)
downloadmiasm-b8cbb759b6b07704dccf72fe165a6ce33230cc12.tar.gz
miasm-b8cbb759b6b07704dccf72fe165a6ce33230cc12.zip
Test: Add "tcc", "llvm" and "python" jitter for the example "test_jit_x86_32"
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 0b6b1b74..bfcbae4e 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -70,7 +70,9 @@ all_tests = {
         "jitter": [
             ["unpack_upx.py", "--jitter", "tcc", "box_upx.exe"],
             ["unpack_upx.py", "--jitter", "llvm", "box_upx.exe"],
-            ["test_jit_x86_32.py", "x86_32_sc.bin"],
+            ["test_jit_x86_32.py", "--jitter", "tcc", "x86_32_sc.bin"],
+            ["test_jit_x86_32.py", "--jitter", "llvm", "x86_32_sc.bin"],
+            ["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"],
             ["sandbox_pe_x86_32.py", "--jitter", "tcc", "box_x86_32.bin"],