summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-05-12 14:13:42 +0200
committerJeremy Allison <jra@samba.org>2017-06-06 18:36:07 +0200
commit61f827bcdde494d3b4a094d6816ff7556f0ff608 (patch)
tree973c163e93db1c76c2627fa312e7d1025a9628ad /selftest/tests.py
parenteaf8e3a88889bed2bcd0932c9642bb7a5a26abe4 (diff)
downloadsamba-61f827bcdde494d3b4a094d6816ff7556f0ff608.tar.gz
unittest: Add testsuite for smb_probe_module()
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12780 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 9f298a6f734..b9c470c557a 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -147,3 +147,5 @@ if with_cmocka:
[os.path.join(bindir(), "default/testsuite/unittests/test_krb5samba")])
plantestsuite("samba.unittests.sambafs_srv_pipe", "none",
[os.path.join(bindir(), "default/testsuite/unittests/test_sambafs_srv_pipe")])
+ plantestsuite("samba.unittests.lib_util_modules", "none",
+ [os.path.join(bindir(), "default/testsuite/unittests/test_lib_util_modules")])