about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorajax <devnull@localhost>2014-06-14 23:53:36 +0200
committerajax <devnull@localhost>2014-06-14 23:53:36 +0200
commiteaba82b19835d56ed1e012538d44529a68192c4b (patch)
tree8b7dbd47287049ef4b3947e2bb1738c31362ea8a
parent8f3899863c3eda822fd42f2d4310b9a076f47bff (diff)
downloadmiasm-eaba82b19835d56ed1e012538d44529a68192c4b.tar.gz
miasm-eaba82b19835d56ed1e012538d44529a68192c4b.zip
Test: Add a new test for Python jitter
-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 bfcbae4e..a3b2232a 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -77,6 +77,7 @@ all_tests = {
             ["test_jit_arm.py", "--jitter", "llvm","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"],
             ["sandbox_pe_x86_32.py", "--jitter", "tcc", "box_x86_32_enc.bin"],
             ["sandbox_pe_x86_32.py", "--jitter", "llvm", "box_x86_32_enc.bin"],
             ["sandbox_pe_x86_32.py", "--jitter", "tcc", "box_x86_32_mod.bin"],