From ac0aae61d7e0aff4a9d7bc39b53ff2ee2ab598d2 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Fri, 31 Mar 2017 14:45:25 +0200 Subject: Expr: fix singleton; add 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 45f5ac97..0a29d4d3 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -239,6 +239,7 @@ for script in ["modint.py", "stp.py", "simplifications.py", "expression_helper.py", + "expr_pickle.py", ]: testset += RegressionTest([script], base_dir="expression") -- cgit 1.4.1