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>2017-06-17 17:36:16 +0200
committerGitHub <noreply@github.com>2017-06-17 17:36:16 +0200
commit4c1a445b1062cd154ed3fc11ed9887f94c008479 (patch)
tree153131a6e8a00e685ff3e87bc0bda1e85ee64f69 /test/test_all.py
parent41c68e939dcea2c56d44da0fdd89b6c2e51ad696 (diff)
parent1b31144531590ba3b1f1645cc4042b070b51704b (diff)
downloadmiasm-4c1a445b1062cd154ed3fc11ed9887f94c008479.tar.gz
miasm-4c1a445b1062cd154ed3fc11ed9887f94c008479.zip
Merge pull request #567 from serpilliere/exec_engine
Exec engine
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 41954ff1..b70afa9a 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -241,6 +241,7 @@ for script in ["modint.py",
                "simplifications.py",
                "expression_helper.py",
                "expr_pickle.py",
+               "parser.py",
                ]:
     testset += RegressionTest([script], base_dir="expression")