summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-03-19 11:18:47 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-04-03 06:48:21 +0000
commitc4baf2f6857718ea0d94b4134e8c12f0737a9e23 (patch)
treece555b95d8fe9af6ed0f82c76973a2e425b78d15 /selftest/tests.py
parentb7f7e5a37b0b0196e07a2829486f56ce32acdeff (diff)
downloadsamba-c4baf2f6857718ea0d94b4134e8c12f0737a9e23.tar.gz
lib:util: Add test for talloc_keep_secret()
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 01afdaea2d0..133f227ab82 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -246,6 +246,9 @@ plantestsuite("samba.unittests.lib_util_modules", "none",
plantestsuite("samba.unittests.smb1cli_session", "none",
[os.path.join(bindir(), "default/libcli/smb/test_smb1cli_session")])
+plantestsuite("samba.unittests.talloc_keep_secret", "none",
+ [os.path.join(bindir(), "default/lib/util/test_talloc_keep_secret")])
+
plantestsuite("samba.unittests.tldap", "none",
[os.path.join(bindir(), "default/source3/test_tldap")])
plantestsuite("samba.unittests.rfc1738", "none",