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 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") |