about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorajax <devnull@localhost>2014-06-16 19:00:55 +0200
committerajax <devnull@localhost>2014-06-16 19:00:55 +0200
commitb757efa9d13ede65938049dcfc4f46a642ce2f44 (patch)
treefc9559ce231288deeb3b55f0daff79e70fed4ee0
parent7116edac83899ef3092edcfc80f4c6dc8a09e163 (diff)
downloadfocaccia-miasm-b757efa9d13ede65938049dcfc4f46a642ce2f44.tar.gz
focaccia-miasm-b757efa9d13ede65938049dcfc4f46a642ce2f44.zip
Test: Add "python" jitter for few tests
-rw-r--r--test/test_all.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 55511a84..7023afd1 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -81,13 +81,17 @@ all_tests = {
             ["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", "python", "box_x86_32_enc.bin"],
             ["sandbox_pe_x86_32.py", "--jitter", "tcc", "box_x86_32_mod.bin"],
             ["sandbox_pe_x86_32.py", "--jitter", "llvm", "box_x86_32_mod.bin"],
+            ["sandbox_pe_x86_32.py", "--jitter", "python", "box_x86_32_mod.bin"],
             ["sandbox_pe_x86_32.py", "--jitter",
                 "tcc", "box_x86_32_mod_self.bin"],
             ["sandbox_pe_x86_32.py", "--jitter",
                 "llvm", "box_x86_32_mod_self.bin"],
             ["sandbox_pe_x86_32.py", "--jitter",
+                "python", "box_x86_32_mod_self.bin"],
+            ["sandbox_pe_x86_32.py", "--jitter",
                 "tcc", "box_x86_32_repmod.bin"],
             ["sandbox_pe_x86_32.py", "--jitter",
                 "llvm", "box_x86_32_repmod.bin"],