summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2015-04-14 14:46:12 +1200
committerAndrew Bartlett <abartlet@samba.org>2015-05-29 13:55:54 +0200
commit29546f2f9fe96e28dfab88ae84269758d6e9e3e7 (patch)
tree0e7fd705262ca32c882b10e18eabd10a1c2aa17e /selftest/tests.py
parentb08f4541962f70121c32f17ee1b5d59ef86baa7e (diff)
downloadsamba-29546f2f9fe96e28dfab88ae84269758d6e9e3e7.tar.gz
KCC: test suite for the graph_utils
This found a few bugs in the tests which were fixed. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri May 29 13:55:54 CEST 2015 on sn-devel-104
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 1185142afc5..8cf35aca20a 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -96,4 +96,5 @@ planpythontestsuite("none", "samba.tests.upgradeprovision")
planpythontestsuite("none", "samba.tests.xattr")
planpythontestsuite("none", "samba.tests.ntacls")
planpythontestsuite("none", "samba.tests.policy")
+planpythontestsuite("none", "samba.tests.graph_utils")
plantestsuite("wafsamba.duplicate_symbols", "none", [os.path.join(srcdir(), "buildtools/wafsamba/test_duplicate_symbol.sh")])