diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-04-24 09:47:55 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-04-24 09:50:05 +0200 |
commit | 5b33624113781bbe56956e4e09a4860dd507c9ed (patch) | |
tree | 47c4398aac8569fda7bb399ecef29b0df822d656 /source4/torture/local/config.mk | |
parent | 1a3900710192152bebfbc1cdcb0fae724083b42a (diff) | |
download | samba-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/config.mk')
-rw-r--r-- | source4/torture/local/config.mk | 4 |
1 files changed, 2 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))) |