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>2020-12-04 06:59:35 +0100
committerGitHub <noreply@github.com>2020-12-04 06:59:35 +0100
commit34438feab8834e93deb57b51bd66a172be6e8135 (patch)
tree3b6e03207deebdb6dc0ff3d2f9b31895d937049a /test/test_all.py
parent72a8babc6ad2c13e49b12c0e79eeea61067ccc10 (diff)
parent73b6bc5f622941cc382ddb1e4c099029dd9ec3c4 (diff)
downloadmiasm-34438feab8834e93deb57b51bd66a172be6e8135.tar.gz
miasm-34438feab8834e93deb57b51bd66a172be6e8135.zip
Merge pull request #1319 from serpilliere/fix_z3_div_add_simpl
Fix z3 div; add simpl
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 2670761b..c2391572 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -332,6 +332,10 @@ testset += RegressionTest(["simplifications.py", "--z3"],
                           base_dir="expression",
                           tags=[TAGS["z3"]])
 
+testset += RegressionTest(["z3_div.py"],
+                          base_dir="expression",
+                          tags=[TAGS["z3"]])
+
 ## ObjC/CHandler
 testset += RegressionTest(["test_chandler.py"], base_dir="expr_type",
                           tags=[TAGS["cparser"]])