diff options
| author | Ajax <commial@gmail.com> | 2015-10-09 17:30:52 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-10-09 17:30:52 +0200 |
| commit | 9bef5b471ccd58def327e8890f1bada6b46a351e (patch) | |
| tree | da0c9b9b3c9e8900f00dde66ce9c58e0683b117c /test/test_all.py | |
| parent | 65b75a1613ff6acc9d560866215a8368f4b470d4 (diff) | |
| download | miasm-9bef5b471ccd58def327e8890f1bada6b46a351e.tar.gz miasm-9bef5b471ccd58def327e8890f1bada6b46a351e.zip | |
TestAll: there is one more test for depgraph to delete
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py index a97a27d8..96c1eadc 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -140,7 +140,7 @@ testset += RegressionTest(["depgraph.py"], base_dir="analysis", products=[fname for fnames in ( ["graph_test_%02d_00.dot" % test_nb, "graph_%02d.dot" % test_nb] - for test_nb in xrange(1, 17)) + for test_nb in xrange(1, 18)) for fname in fnames] + ["graph_test_03_01.dot", "graph_test_05_01.dot", |