summaryrefslogtreecommitdiff
path: root/source4/torture/local/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-10-15 20:53:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:21:03 -0500
commit3433468e12e6ecbe849a377a65bd2baaf5415b72 (patch)
treead29c75784ccab730c54a1f5d058a36b799c7ca7 /source4/torture/local/config.mk
parent518666fde197110cdcc2702168d55e787e0e89d9 (diff)
downloadsamba-3433468e12e6ecbe849a377a65bd2baaf5415b72.tar.gz
samba-3433468e12e6ecbe849a377a65bd2baaf5415b72.tar.bz2
samba-3433468e12e6ecbe849a377a65bd2baaf5415b72.zip
r19294: a little speed tester for ldb/tdb
I wrote this to see if using a ldb for idmap store (the equivalent of winbindd_idmap.tdb) makes sense. It's a long lived database that administrators may wish to edit, so ldb makes sense, but at the moment ldb is too slow. This test will help us speed it up. (This used to be commit 10f8260455a55530f5701a136af8fa8b05ca8532)
Diffstat (limited to 'source4/torture/local/config.mk')
-rw-r--r--source4/torture/local/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk
index fb3eb2c6ad..c9494039e0 100644
--- a/source4/torture/local/config.mk
+++ b/source4/torture/local/config.mk
@@ -28,6 +28,7 @@ OBJ_FILES = \
ndr.o \
event.o \
local.o \
+ dbspeed.o \
torture.o
PUBLIC_DEPENDENCIES = \
RPC_NDR_ECHO \