From 79775302ea32e4340be61a07463454e2b024cfad Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Wed, 13 Oct 2021 07:49:06 +0200 Subject: Test expressions interferences --- 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 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) -- cgit 1.4.1