diff options
| author | Camille Mougey <commial@gmail.com> | 2018-05-18 13:17:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-18 13:17:57 +0200 |
| commit | f45613e84c4de409342d1b971e7ce0234173ffc4 (patch) | |
| tree | 244766e52d6fd83917de117ee3c14b830de8cb84 /test/test_all.py | |
| parent | f6a9db54b4f385d680abfe91b33c7c5f577118cb (diff) | |
| parent | 53273fa3b21e618cd9cc745624787450bc441476 (diff) | |
| download | miasm-f45613e84c4de409342d1b971e7ce0234173ffc4.tar.gz miasm-f45613e84c4de409342d1b971e7ce0234173ffc4.zip | |
Merge pull request #747 from serpilliere/asmblobk_bad_jit
Asmblobk bad jit
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index f9c90759..b1e36573 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -380,6 +380,8 @@ for script in ["jitload.py", "vm_mngr.py", "jit_options.py", "test_post_instr.py", + "bad_block.py", + "jmp_out_mem.py", ]: for engine in ArchUnitTest.jitter_engines: testset += RegressionTest([script, engine], base_dir="jitter", |