about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2017-01-06 09:57:57 +0100
committerAjax <commial@gmail.com>2017-01-06 11:24:00 +0100
commitbe7e5073bd9817fcf8b26e0f64ed0df1bb4d4d4c (patch)
tree20cfe16df264dad49655cd6694c626105f4f4ad9 /test/test_all.py
parent143ecd6768224acd109f5680e52175fcf9b0e945 (diff)
downloadmiasm-be7e5073bd9817fcf8b26e0f64ed0df1bb4d4d4c.tar.gz
miasm-be7e5073bd9817fcf8b26e0f64ed0df1bb4d4d4c.zip
Add a test for max_exec_per_call option
Diffstat (limited to '')
-rw-r--r--test/test_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 68830b48..07ac21dd 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -323,6 +323,7 @@ for i, test_args in enumerate(test_args):
 ## Jitter
 for script in ["jitload.py",
                "vm_mngr.py",
+               "jit_options.py",
                ]:
     testset += RegressionTest([script], base_dir="jitter", tags=[TAGS["tcc"]])