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 b1e36573..40df315c 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -232,6 +232,7 @@ for script in ["interval.py", "parse_asm.py", "utils.py", "sembuilder.py", + "locationdb.py", "test_types.py", ]: testset += RegressionTest([script], base_dir="core") |