about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2018-07-02 14:49:04 +0200
committerAjax <commial@gmail.com>2018-07-03 14:28:18 +0200
commit6ef8dbb2223d0847e3822b545b249511e96a1f9b (patch)
tree1c4686d1a43e01d097a6229b4d3f1ba1bda2008c /test/test_all.py
parent88e2c5e6ca4f9c06db0ee72e263284dd465d2573 (diff)
downloadmiasm-6ef8dbb2223d0847e3822b545b249511e96a1f9b.tar.gz
miasm-6ef8dbb2223d0847e3822b545b249511e96a1f9b.zip
LocationDB: introduced to replace AsmSymbolPool
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py1
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")