summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2004-08-12 08:00:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:56 -0500
commit2e28edd233964f54b46fde10217f93f571ed1d6d (patch)
treea4c917b507e6554ed0b60b98a437b22a2100daed /source4/torture/config.mk
parent8a0f6c9c7909162a9669197bc0238d0636de69da (diff)
downloadsamba-2e28edd233964f54b46fde10217f93f571ed1d6d.tar.gz
samba-2e28edd233964f54b46fde10217f93f571ed1d6d.tar.bz2
samba-2e28edd233964f54b46fde10217f93f571ed1d6d.zip
r1771: OK Let's add tests for ldap.
Thanks to Metze and Volker for their unvaluable support :) (This used to be commit e6a6c0737ab94d58930c0d4e1ef0bb4d99510833)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 09a6dcb991..0f758eb0e9 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -104,6 +104,17 @@ ADD_OBJ_FILES = \
#################################
#################################
+# Start SUBSYSTEM TORTURE_LDAP
+[SUBSYSTEM::TORTURE_LDAP]
+ADD_OBJ_FILES = \
+ torture/ldap/common.o \
+ torture/ldap/basic.o
+REQUIRED_SUBSYSTEMS = \
+ LIBCLI_LDAP
+# End SUBSYSTEM TORTURE_LDAP
+#################################
+
+#################################
# Start BINARY smbtorture
[BINARY::smbtorture]
OBJ_FILES = \
@@ -116,6 +127,7 @@ REQUIRED_SUBSYSTEMS = \
TORTURE_RAP \
TORTURE_AUTH \
TORTURE_NBENCH \
+ TORTURE_LDAP \
CONFIG \
LIBCMDLINE \
LIBBASIC