diff options
| author | Ajax <commial@gmail.com> | 2017-02-15 16:02:51 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2017-02-17 17:22:48 +0100 |
| commit | a9617dc13d498e491b31c70f11837c532746a85b (patch) | |
| tree | 8c535597000313499e4ff26caefbe369dce8f504 /test/test_all.py | |
| parent | 729099fa4e1a8cf76578973bad3eaf09c2942467 (diff) | |
| download | miasm-a9617dc13d498e491b31c70f11837c532746a85b.tar.gz miasm-a9617dc13d498e491b31c70f11837c532746a85b.zip | |
Add regression tests for ModularIntervals
Some of the tests are deactivated, because they took too much time. These tests have been fully run, and one can choose to only actiavte a subset of them
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index e405bcec..41a62e25 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -271,6 +271,7 @@ testset += RegressionTest(["depgraph.py"], base_dir="analysis", (12, 1), (13, 1), (14, 1), (15, 1)) ]) +testset += RegressionTest(["modularintervals.py"], base_dir="analysis") ## Degraph |