diff options
| author | Ajax <commial@gmail.com> | 2016-01-25 11:15:36 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2016-01-26 17:09:18 +0100 |
| commit | 1a49c715e3b60b758e051fd4f30c371d646acadb (patch) | |
| tree | 329344cbac1f29e67c0f6224870bae08567577df /test/test_all.py | |
| parent | a697b67823d8a2c930b3f474910fef5b4753153e (diff) | |
| download | miasm-1a49c715e3b60b758e051fd4f30c371d646acadb.tar.gz miasm-1a49c715e3b60b758e051fd4f30c371d646acadb.zip | |
Introduce tests for miasm2.core.asmbloc
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 3 |
1 files changed, 3 insertions, 0 deletions
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", |