diff options
| author | Camille Mougey <commial@gmail.com> | 2017-04-18 15:59:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-18 15:59:34 +0200 |
| commit | 66914aadcef60d590468f39a44d710aa28b0b772 (patch) | |
| tree | 2c0ec9d680f6b8022d8222f2d8aa9c760c95301a /test/test_all.py | |
| parent | 715b99c2f05c6a7899472873167e323a7f3af4ec (diff) | |
| parent | 3baab87befa8dbed6d5b5c9796124efcf4b43e42 (diff) | |
| download | miasm-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-x | test/test_all.py | 1 |
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", |