about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-04-02 13:15:14 +0200
committerAjax <commial@gmail.com>2015-04-02 13:15:14 +0200
commit485e96aa63548c7dde4eb97886e3ea59d309f262 (patch)
tree6b590ca4dfc394ce60db61fe716cbeef07a5d8c1 /test/test_all.py
parentecf1063ace17a55b49bf8abb40b79f7c640f017d (diff)
downloadmiasm-485e96aa63548c7dde4eb97886e3ea59d309f262.tar.gz
miasm-485e96aa63548c7dde4eb97886e3ea59d309f262.zip
TestAll: missing products for DepGraph
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index e6a97f49..c31d02af 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -138,8 +138,9 @@ testset += RegressionTest(["depgraph.py"], base_dir="analysis",
                                     "graph_test_09_00.dot",
                                     "graph_test_09_01.dot",
                                     "graph_test_10_00.dot",
+                                    "graph_test_11_00.dot",
                                     ] + ["graph_%02d.dot" % test_nb
-                                         for test_nb in xrange(1, 11)])
+                                         for test_nb in xrange(1, 12)])
 
 # Examples
 class Example(Test):