From 1a49c715e3b60b758e051fd4f30c371d646acadb Mon Sep 17 00:00:00 2001 From: Ajax Date: Mon, 25 Jan 2016 11:15:36 +0100 Subject: Introduce tests for miasm2.core.asmbloc --- test/test_all.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py index 6b94ad1f..9d7c1256 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -194,6 +194,9 @@ for script in ["interval.py", "test_types.py", ]: testset += RegressionTest([script], base_dir="core") +testset += RegressionTest(["asmbloc.py"], base_dir="core", + products=["graph.dot", "graph2.dot", + "graph3.dot", "graph4.dot"]) ## Expression for script in ["modint.py", "expression.py", -- cgit 1.4.1