about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2019-05-29 13:18:49 +0200
committerGitHub <noreply@github.com>2019-05-29 13:18:49 +0200
commit338dd94dbb83ed12467e6e2465308a35d08734d8 (patch)
tree54819e8e88eb908e185a73f45b115da3e918a9e2 /test/test_all.py
parentab673c1c26d2ab63890ed9ee2777faa778df7b64 (diff)
parenta15b03b615f9690e852fd8e58c198f50aabf3c63 (diff)
downloadmiasm-338dd94dbb83ed12467e6e2465308a35d08734d8.tar.gz
miasm-338dd94dbb83ed12467e6e2465308a35d08734d8.zip
Merge pull request #1016 from WilliamBruneau/fix_python_3_getset_reg
Fix PyGetInt for python 3
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 1f729a71..ce223211 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -457,6 +457,7 @@ for i, test_args in enumerate(test_args):
 for script in ["jitload.py",
                "vm_mngr.py",
                "jit_options.py",
+               "jitcore.py",
                "test_post_instr.py",
                "bad_block.py",
                "jmp_out_mem.py",