summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-04-24 09:47:55 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-04-24 09:50:05 +0200
commit5b33624113781bbe56956e4e09a4860dd507c9ed (patch)
tree47c4398aac8569fda7bb399ecef29b0df822d656 /source4/torture/local
parent1a3900710192152bebfbc1cdcb0fae724083b42a (diff)
downloadsamba-5b33624113781bbe56956e4e09a4860dd507c9ed.tar.gz
samba-5b33624113781bbe56956e4e09a4860dd507c9ed.tar.bz2
samba-5b33624113781bbe56956e4e09a4860dd507c9ed.zip
Rename the top-level LDB test to LOCAL-LDB, so it gets picked up by the
script that determines the tests to run.
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/config.mk4
-rw-r--r--source4/torture/local/local.c1
2 files changed, 3 insertions, 2 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk
index 967e545225..5c8c1d5762 100644
--- a/source4/torture/local/config.mk
+++ b/source4/torture/local/config.mk
@@ -51,7 +51,7 @@ TORTURE_LOCAL_OBJ_FILES = \
$(torturesrcdir)/../auth/credentials/tests/simple.o \
$(torturesrcdir)/local/local.o \
$(torturesrcdir)/local/dbspeed.o \
- $(torturesrcdir)/local/torture.o
-
+ $(torturesrcdir)/local/torture.o \
+ $(torturesrcdir)/ldb/ldb.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 6b38cd6db0..a1b100edb8 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -56,6 +56,7 @@
torture_local_torture,
torture_local_dbspeed,
torture_local_credentials,
+ torture_ldb,
torture_registry,
NULL
};