diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2017-06-17 17:36:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-17 17:36:16 +0200 |
| commit | 4c1a445b1062cd154ed3fc11ed9887f94c008479 (patch) | |
| tree | 153131a6e8a00e685ff3e87bc0bda1e85ee64f69 /test/test_all.py | |
| parent | 41c68e939dcea2c56d44da0fdd89b6c2e51ad696 (diff) | |
| parent | 1b31144531590ba3b1f1645cc4042b070b51704b (diff) | |
| download | miasm-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-x | test/test_all.py | 1 |
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") |