about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2017-04-18 15:59:34 +0200
committerGitHub <noreply@github.com>2017-04-18 15:59:34 +0200
commit66914aadcef60d590468f39a44d710aa28b0b772 (patch)
tree2c0ec9d680f6b8022d8222f2d8aa9c760c95301a /test/test_all.py
parent715b99c2f05c6a7899472873167e323a7f3af4ec (diff)
parent3baab87befa8dbed6d5b5c9796124efcf4b43e42 (diff)
downloadmiasm-66914aadcef60d590468f39a44d710aa28b0b772.tar.gz
miasm-66914aadcef60d590468f39a44d710aa28b0b772.zip
Merge pull request #524 from serpilliere/fix_codegen_error_post_instr
Jitter: fix post instr exception
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index dc17c19b..9b3f2dc1 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -341,6 +341,7 @@ for i, test_args in enumerate(test_args):
 for script in ["jitload.py",
                "vm_mngr.py",
                "jit_options.py",
+               "test_post_instr.py",
                ]:
     for engine in ArchUnitTest.jitter_engines:
         testset += RegressionTest([script, engine], base_dir="jitter",