diff options
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | 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 0c49f264..7ed6bd29 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -51,6 +51,7 @@ for script in ["interval.py", for script in ["modint.py", "stp.py", "simplifications.py", + "expression_helper.py", ]: testset += RegressionTest([script], base_dir="expression") ## IR |