From 5b33624113781bbe56956e4e09a4860dd507c9ed Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 24 Apr 2009 09:47:55 +0200 Subject: Rename the top-level LDB test to LOCAL-LDB, so it gets picked up by the script that determines the tests to run. --- source4/torture/local/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/local/config.mk') 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))) -- cgit