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 f0ac755e..a49f6ff9 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -710,6 +710,7 @@ for script in [["basic_op.py"], ["expr_random.py"], ["expr_translate.py"], ["expr_reduce.py"], + ["interfer.py"], ]: testset += ExampleExpression(script) |