diff options
| author | Ajax <commial@gmail.com> | 2018-02-13 14:22:46 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2018-02-14 12:14:07 +0100 |
| commit | f9905707570a030a40d844f68ccfea4d8a3ecc23 (patch) | |
| tree | 330154eca22f26ba4bb12ade779de496b12228ad /test/test_all.py | |
| parent | 1e42a5d64439c587df81432e690ac464e84cd873 (diff) | |
| download | miasm-f9905707570a030a40d844f68ccfea4d8a3ecc23.tar.gz miasm-f9905707570a030a40d844f68ccfea4d8a3ecc23.zip | |
Add a check against z3 in simplifications regression tests
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 04aca62e..6aa2a97e 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -249,6 +249,9 @@ for script in ["modint.py", "expr_cmp.py", ]: testset += RegressionTest([script], base_dir="expression") +testset += RegressionTest(["simplifications.py", "--z3"], + base_dir="expression", + tags=[TAGS["z3"]]) ## ObjC/CHandler testset += RegressionTest(["test_chandler.py"], base_dir="expr_type", |