diff options
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"], |