From 6e635113b53f932573687f9a6e3fc227cde6c0d9 Mon Sep 17 00:00:00 2001 From: Florent Monjalet Date: Sat, 7 Nov 2015 20:06:21 +0100 Subject: Introducing MemStruct feature in miasm2.analysis.mem --- test/test_all.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py index bc019104..71f036a2 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -238,6 +238,8 @@ 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: -- cgit 1.4.1