about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2018-02-13 14:22:46 +0100
committerAjax <commial@gmail.com>2018-02-14 12:14:07 +0100
commitf9905707570a030a40d844f68ccfea4d8a3ecc23 (patch)
tree330154eca22f26ba4bb12ade779de496b12228ad /test/test_all.py
parent1e42a5d64439c587df81432e690ac464e84cd873 (diff)
downloadmiasm-f9905707570a030a40d844f68ccfea4d8a3ecc23.tar.gz
miasm-f9905707570a030a40d844f68ccfea4d8a3ecc23.zip
Add a check against z3 in simplifications regression tests
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py3
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",