summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-02-19 12:08:26 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-02-19 23:47:08 +0100
commit7573b2a960c5bd32ac6d42b10bb46329ff7fa7b7 (patch)
tree705cc213602e58ae7a1ae7185982668eef34fcca /source3/wscript_build
parent654b76739a72b8ecdf0542c0b9a566b82dcfb1e1 (diff)
downloadsamba-7573b2a960c5bd32ac6d42b10bb46329ff7fa7b7.tar.gz
tests: Add tests for parsing LDAPv3 and LDAPv2 filter strings
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Feb 19 23:47:08 CET 2018 on sn-devel-144
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build10
1 files changed, 10 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 76c5d6e203b..d5ac7a280cb 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -106,6 +106,16 @@ bld.SAMBA3_SUBSYSTEM('TLDAP',
samba3util
''')
+bld.SAMBA3_BINARY('test_tldap',
+ source='lib/test_tldap.c',
+ deps='''
+ asn1util
+ LIBTSOCKET
+ samba3util
+ smbconf
+ cmocka
+ ''')
+
# libpdb.so should not expose internal symbols that are only usable
# to the statically linked modules that are merged into libpdb.
# Note that we always filter these symbols out in libpdb, even