From da1ac55bc18b09f0a0e5756cc3fde45248f1d146 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 6 Nov 2009 16:40:07 +1100 Subject: s4:dsdb Add extensive tests for the behaviour of dsdb_dn --- source4/torture/local/config.mk | 7 +++++-- source4/torture/local/local.c | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'source4/torture') 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 }; -- cgit