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 52f2238b..aefd0196 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -101,6 +101,7 @@ for script in ["interval.py", "graph.py", "parse_asm.py", "utils.py", + "sembuilder.py", ]: testset += RegressionTest([script], base_dir="core") ## Expression |