From 06633f8cddfbf8d94dc596d83d96350df5bfb99e Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Wed, 8 Apr 2015 15:30:51 +0200 Subject: Test: add expression reg test --- test/test_all.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py index c31d02af..fd8d5ad7 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -105,6 +105,7 @@ for script in ["interval.py", testset += RegressionTest([script], base_dir="core") ## Expression for script in ["modint.py", + "expression.py", "stp.py", "simplifications.py", "expression_helper.py", -- cgit 1.4.1