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>2017-04-18 15:08:38 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2017-04-18 15:08:38 +0200
commit3baab87befa8dbed6d5b5c9796124efcf4b43e42 (patch)
treef39a15218bbfec3d5db2ed301a073171eb7da42d /test/test_all.py
parent5c6fd820844d043d30445e852e1352bb1d0cd481 (diff)
downloadmiasm-3baab87befa8dbed6d5b5c9796124efcf4b43e42.tar.gz
miasm-3baab87befa8dbed6d5b5c9796124efcf4b43e42.zip
Jitter: regression test for post instr
Diffstat (limited to '')
-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",