about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2015-04-29 17:07:47 +0200
committerCamille Mougey <commial@gmail.com>2015-04-29 17:07:47 +0200
commit7e9ad339a9a439b083044cbc9c744d50414f35c2 (patch)
treeea9ccf92015c32a79fcd42c09d5c9546efc1deab /test/test_all.py
parent8a33f6ce86d4f9818865db44509044c12ddb2844 (diff)
parent758d660f3cbe82c6bd3d947eb5ef9b6f1a3a3f15 (diff)
downloadmiasm-7e9ad339a9a439b083044cbc9c744d50414f35c2.tar.gz
miasm-7e9ad339a9a439b083044cbc9c744d50414f35c2.zip
Merge pull request #154 from carolineLe/dead_code_simp
IR: Improve dead code elimination
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index df07aac5..f52856a3 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -117,6 +117,11 @@ for script in ["ir2C.py",
                "symbexec.py",
                ]:
     testset += RegressionTest([script], base_dir="ir")
+testset += RegressionTest(["analysis.py"], base_dir="ir",
+                          products=[fname for fnames in (
+            ["simp_graph_%02d.dot" % test_nb, "graph_%02d.dot" % test_nb]
+            for test_nb in xrange(1, 18))
+                                    for fname in fnames])
 testset += RegressionTest(["z3_ir.py"], base_dir="ir/translators",
                           tags=[TAGS["z3"]])
 ## OS_DEP