diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-04-18 15:08:38 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-04-18 15:08:38 +0200 |
| commit | 3baab87befa8dbed6d5b5c9796124efcf4b43e42 (patch) | |
| tree | f39a15218bbfec3d5db2ed301a073171eb7da42d /test/test_all.py | |
| parent | 5c6fd820844d043d30445e852e1352bb1d0cd481 (diff) | |
| download | miasm-3baab87befa8dbed6d5b5c9796124efcf4b43e42.tar.gz miasm-3baab87befa8dbed6d5b5c9796124efcf4b43e42.zip | |
Jitter: regression test for post instr
Diffstat (limited to '')
| -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", |