From 7573b2a960c5bd32ac6d42b10bb46329ff7fa7b7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 19 Feb 2018 12:08:26 +0100 Subject: tests: Add tests for parsing LDAPv3 and LDAPv2 filter strings Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Mon Feb 19 23:47:08 CET 2018 on sn-devel-144 --- source3/wscript_build | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source3/wscript_build') 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 -- cgit v1.2.1