diff options
| author | ajax <devnull@localhost> | 2014-06-14 23:53:36 +0200 |
|---|---|---|
| committer | ajax <devnull@localhost> | 2014-06-14 23:53:36 +0200 |
| commit | eaba82b19835d56ed1e012538d44529a68192c4b (patch) | |
| tree | 8b7dbd47287049ef4b3947e2bb1738c31362ea8a /test/test_all.py | |
| parent | 8f3899863c3eda822fd42f2d4310b9a076f47bff (diff) | |
| download | miasm-eaba82b19835d56ed1e012538d44529a68192c4b.tar.gz miasm-eaba82b19835d56ed1e012538d44529a68192c4b.zip | |
Test: Add a new test for Python jitter
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 1 |
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"], |