about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2018-05-18 13:17:57 +0200
committerGitHub <noreply@github.com>2018-05-18 13:17:57 +0200
commitf45613e84c4de409342d1b971e7ce0234173ffc4 (patch)
tree244766e52d6fd83917de117ee3c14b830de8cb84 /test/test_all.py
parentf6a9db54b4f385d680abfe91b33c7c5f577118cb (diff)
parent53273fa3b21e618cd9cc745624787450bc441476 (diff)
downloadmiasm-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-xtest/test_all.py2
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",