diff options
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py index 0c9a0c08..4f3ea760 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -230,7 +230,7 @@ for script in ["interval.py", "test_types.py", ]: testset += RegressionTest([script], base_dir="core") -testset += RegressionTest(["asmbloc.py"], base_dir="core", +testset += RegressionTest(["asmblock.py"], base_dir="core", products=["graph.dot", "graph2.dot", "graph3.dot", "graph4.dot"]) ## Expression |