about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFlorent Monjalet <florent.monjalet@gmail.com>2015-11-30 16:00:26 +0100
committerFlorent Monjalet <florent.monjalet@gmail.com>2016-01-18 14:02:31 +0100
commitba2df16277d7d4deae118ed11e1e92cd478045ec (patch)
treecc59fe2f9fae2fd0bcf795b4268bd305d242fb41 /test/test_all.py
parentb3b0b03b4a7b3e69c62bf6742c3ea582e0e78061 (diff)
downloadmiasm-ba2df16277d7d4deae118ed11e1e92cd478045ec.tar.gz
miasm-ba2df16277d7d4deae118ed11e1e92cd478045ec.zip
MemStruct/Types: Renamed analysis.mem to core.types
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 71f036a2..6a619948 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -191,6 +191,7 @@ for script in ["interval.py",
                "parse_asm.py",
                "utils.py",
                "sembuilder.py",
+               "types.py",
                ]:
     testset += RegressionTest([script], base_dir="core")
 ## Expression
@@ -238,8 +239,6 @@ testset += RegressionTest(["depgraph.py"], base_dir="analysis",
                                                         (14, 1), (15, 1)))
                            for fname in fnames])
 
-testset += RegressionTest(["mem.py"], base_dir="analysis")
-
 # Examples
 class Example(Test):
     """Examples specificities:
@@ -484,6 +483,8 @@ for script, dep in [(["x86_32.py", Example.get_sample("x86_32_sc.bin")], []),
         testset += ExampleJitter(script + ["--jitter", jitter], depends=dep,
                                  tags=tags)
 
+testset += ExampleJitter(["types.py"])
+
 
 if __name__ == "__main__":
     # Argument parsing