diff options
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |