From b836187484760a8ec5fe60a5d3f427c748c0a4f9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 18 May 2005 04:17:24 +0000 Subject: 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) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 7f481af1de..8f49a125c5 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2213,6 +2213,7 @@ static struct { {"BENCH-NBT", torture_bench_nbt, 0}, {"BENCH-WINS", torture_bench_wins, 0}, {"BENCH-RPC", torture_bench_rpc, 0}, + {"BENCH-CLDAP", torture_bench_cldap, 0}, /* RAW smb tests */ {"RAW-QFSINFO", torture_raw_qfsinfo, 0}, -- cgit