From eb7d90bb498f013ef09acf56b0d92b58a347ff31 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Mon, 13 Feb 2017 16:05:29 +0100 Subject: Expression: add ExprReduce --- 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 2f8c6421..e405bcec 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -524,6 +524,7 @@ for script in [["basic_op.py"], ["simplification_add.py"], ["expr_random.py"], ["expr_translate.py"], + ["expr_reduce.py"], ]: testset += ExampleExpression(script) -- cgit 1.4.1