summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-11-06 16:40:07 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-11-12 16:34:06 +1100
commitda1ac55bc18b09f0a0e5756cc3fde45248f1d146 (patch)
tree4fd6e490e75ea00c77e7c7cd2d8721fd42bf067b /source4/torture/local
parentf5890ddd83df35ff3fe4088c9b65858405ba7e4a (diff)
downloadsamba-da1ac55bc18b09f0a0e5756cc3fde45248f1d146.tar.gz
samba-da1ac55bc18b09f0a0e5756cc3fde45248f1d146.tar.bz2
samba-da1ac55bc18b09f0a0e5756cc3fde45248f1d146.zip
s4:dsdb Add extensive tests for the behaviour of dsdb_dn
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/config.mk7
-rw-r--r--source4/torture/local/local.c1
2 files changed, 6 insertions, 2 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk
index 7633d6c4db..767226f164 100644
--- a/source4/torture/local/config.mk
+++ b/source4/torture/local/config.mk
@@ -18,7 +18,9 @@ PRIVATE_DEPENDENCIES = \
share \
torture_registry \
PROVISION \
- NSS_WRAPPER
+ NSS_WRAPPER \
+ LDB \
+ SAMDB
# End SUBSYSTEM TORTURE_LOCAL
#################################
@@ -56,6 +58,7 @@ TORTURE_LOCAL_OBJ_FILES = \
$(torturesrcdir)/local/local.o \
$(torturesrcdir)/local/dbspeed.o \
$(torturesrcdir)/local/torture.o \
- $(torturesrcdir)/ldb/ldb.o
+ $(torturesrcdir)/ldb/ldb.o \
+ $(torturesrcdir)/../dsdb/common/tests/dsdb_dn.o
$(eval $(call proto_header_template,$(torturesrcdir)/local/proto.h,$(TORTURE_LOCAL_OBJ_FILES:.o=.c)))
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index 50b2ea9d62..8bbb8ad70a 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -59,6 +59,7 @@
torture_local_dbspeed,
torture_local_credentials,
torture_ldb,
+ torture_dsdb,
torture_registry,
NULL
};