From f9905707570a030a40d844f68ccfea4d8a3ecc23 Mon Sep 17 00:00:00 2001 From: Ajax Date: Tue, 13 Feb 2018 14:22:46 +0100 Subject: Add a check against z3 in simplifications regression tests --- test/test_all.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/test_all.py') 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", -- cgit 1.4.1