diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-18 04:17:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:53 -0500 |
commit | b836187484760a8ec5fe60a5d3f427c748c0a4f9 (patch) | |
tree | 4f28b286efe3b2a01d502e940a284d4a2e321c12 /source4/torture/config.mk | |
parent | 9ed5afad6c97fe0ea7f71e77443a9fef733a3ae3 (diff) | |
download | samba-b836187484760a8ec5fe60a5d3f427c748c0a4f9.tar.gz samba-b836187484760a8ec5fe60a5d3f427c748c0a4f9.tar.bz2 samba-b836187484760a8ec5fe60a5d3f427c748c0a4f9.zip |
r6875: added a BENCH-CLDAP test. Speed of the cldap server isn't all that important, but it does
help find memory leaks (and in fact, there was one, fixed in next commit)
(This used to be commit ab19e38c236366f2a93ea1f44911c56519779c9d)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r-- | source4/torture/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index ca1b09eb05..71f500bba4 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -164,7 +164,8 @@ ADD_OBJ_FILES = \ ADD_OBJ_FILES = \ torture/ldap/common.o \ torture/ldap/basic.o \ - torture/ldap/cldap.o + torture/ldap/cldap.o \ + torture/ldap/cldapbench.o REQUIRED_SUBSYSTEMS = \ LIBCLI_LDAP LIBCLI_CLDAP # End SUBSYSTEM TORTURE_LDAP |