From 1e671fef63b3f1b3f6963ca7e0ac9e1b783b4195 Mon Sep 17 00:00:00 2001 From: Caroline Leman Date: Wed, 29 Apr 2015 13:01:06 +0200 Subject: IR: Regression test integration --- test/test_all.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/test_all.py') 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 -- cgit 1.4.1