about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-10-09 17:30:52 +0200
committerAjax <commial@gmail.com>2015-10-09 17:30:52 +0200
commit9bef5b471ccd58def327e8890f1bada6b46a351e (patch)
treeda0c9b9b3c9e8900f00dde66ce9c58e0683b117c /test/test_all.py
parent65b75a1613ff6acc9d560866215a8368f4b470d4 (diff)
downloadmiasm-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.py2
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",