diff options
Diffstat (limited to 'test/test_all.py')
| -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 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"], |