diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-11-06 16:40:07 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-11-12 16:34:06 +1100 |
commit | da1ac55bc18b09f0a0e5756cc3fde45248f1d146 (patch) | |
tree | 4fd6e490e75ea00c77e7c7cd2d8721fd42bf067b /source4/torture | |
parent | f5890ddd83df35ff3fe4088c9b65858405ba7e4a (diff) | |
download | samba-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')
-rw-r--r-- | source4/torture/local/config.mk | 7 | ||||
-rw-r--r-- | source4/torture/local/local.c | 1 |
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 }; |