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>2016-09-01 13:02:15 +0200
committerGitHub <noreply@github.com>2016-09-01 13:02:15 +0200
commit21a3b3f9ad4fcd38b27c3fbc9795e72ee8b41e94 (patch)
treecedcef86bdc3c18b100923aa6a82201e2f9f8219 /test/test_all.py
parent6d518de0330d3ffecffb138fd1d94b258052e0d0 (diff)
parent4c019ff2a7d53e3b8b1d74f6bdae6a7523d7871b (diff)
downloadmiasm-21a3b3f9ad4fcd38b27c3fbc9795e72ee8b41e94.tar.gz
miasm-21a3b3f9ad4fcd38b27c3fbc9795e72ee8b41e94.zip
Merge pull request #414 from graux-pierre/get_mem_access
Add a way to retrieve memory access right
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 c9401552..c3e3c1fb 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -319,6 +319,7 @@ for i, test_args in enumerate(test_args):
 
 ## Jitter
 for script in ["jitload.py",
+               "vm_mngr.py",
                ]:
     testset += RegressionTest([script], base_dir="jitter", tags=[TAGS["tcc"]])