From cebad22ce021ce9051fbe664bc699677796e0fb3 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Wed, 10 Jan 2018 15:25:22 +1300 Subject: python/graph: module for generating ASCII and graphviz visualisations Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- selftest/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'selftest') diff --git a/selftest/tests.py b/selftest/tests.py index 1966c286835..126e1184230 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -149,6 +149,7 @@ planpythontestsuite("none", "samba.tests.kcc.graph") planpythontestsuite("none", "samba.tests.kcc.graph_utils") planpythontestsuite("none", "samba.tests.kcc.kcc_utils") planpythontestsuite("none", "samba.tests.kcc.ldif_import_export") +planpythontestsuite("none", "samba.tests.graph") plantestsuite("wafsamba.duplicate_symbols", "none", [os.path.join(srcdir(), "buildtools/wafsamba/test_duplicate_symbol.sh")]) planpythontestsuite("none", "samba.tests.glue", py3_compatible=True) planpythontestsuite("none", "samba.tests.tdb_util", py3_compatible=True) -- cgit v1.2.1