about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2018-05-17 09:50:28 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2018-05-17 12:30:04 +0200
commit53273fa3b21e618cd9cc745624787450bc441476 (patch)
tree244766e52d6fd83917de117ee3c14b830de8cb84 /test/test_all.py
parent6f7fbfb8b57c6a7dc382361520ab34c6d428b881 (diff)
downloadmiasm-53273fa3b21e618cd9cc745624787450bc441476.tar.gz
miasm-53273fa3b21e618cd9cc745624787450bc441476.zip
Jitter: fix bad block management
Diffstat (limited to '')
-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",