summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2018-01-10 15:25:22 +1300
committerKarolin Seeger <kseeger@samba.org>2018-01-13 17:37:07 +0100
commitcebad22ce021ce9051fbe664bc699677796e0fb3 (patch)
treeb0471b4c249d060f16be98b8aa07bfd510638d03 /selftest/tests.py
parentb4a90a650e969cd65b5104d37e9c57275909b336 (diff)
downloadsamba-cebad22ce021ce9051fbe664bc699677796e0fb3.tar.gz
python/graph: module for generating ASCII and graphviz visualisations
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
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)