diff options
| author | ajax <devnull@localhost> | 2014-06-16 19:15:21 +0200 |
|---|---|---|
| committer | ajax <devnull@localhost> | 2014-06-16 19:15:21 +0200 |
| commit | ca3d3ae4ebe17e010a14071d9a91d53ce6f0eb82 (patch) | |
| tree | 0de39c08db71c716069cca036206004f401cc1f7 | |
| parent | 192120822e63f7aef18bd8bd4542b315e29565b4 (diff) | |
| download | miasm-ca3d3ae4ebe17e010a14071d9a91d53ce6f0eb82.tar.gz miasm-ca3d3ae4ebe17e010a14071d9a91d53ce6f0eb82.zip | |
Jitter Python: Add the rest of tests (unpack_upx is very long)
| -rw-r--r-- | test/test_all.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 7023afd1..ca9383f0 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -70,6 +70,8 @@ all_tests = { "jitter": [ ["unpack_upx.py", "--jitter", "tcc", "box_upx.exe"], ["unpack_upx.py", "--jitter", "llvm", "box_upx.exe"], + # Take 5 mins on a Core i5 2.7Ghz + ["unpack_upx.py", "--jitter", "python", "box_upx.exe"], ["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"], @@ -95,6 +97,8 @@ all_tests = { "tcc", "box_x86_32_repmod.bin"], ["sandbox_pe_x86_32.py", "--jitter", "llvm", "box_x86_32_repmod.bin"], + ["sandbox_pe_x86_32.py", "--jitter", + "python", "box_x86_32_repmod.bin"], ], "order": [ "assembler", |