summaryrefslogtreecommitdiff
path: root/source4/lib/registry/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-13 04:57:09 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:09 +0100
commit81ad27b3096af61f792dc9bd8983a86161f0f30b (patch)
tree74368c4eea33f79afd57d8992f79d0e90bbeaf0e /source4/lib/registry/config.mk
parent08dd389ddfe4da99ae8463c017608bc0b95f560f (diff)
downloadsamba-81ad27b3096af61f792dc9bd8983a86161f0f30b.tar.gz
samba-81ad27b3096af61f792dc9bd8983a86161f0f30b.tar.bz2
samba-81ad27b3096af61f792dc9bd8983a86161f0f30b.zip
r25935: Fix registry tests.
(This used to be commit b311094714b4d51ea7ea756df1aecba169dc0d45)
Diffstat (limited to 'source4/lib/registry/config.mk')
-rw-r--r--source4/lib/registry/config.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk
index 6e8f8917d4..58ee6deb51 100644
--- a/source4/lib/registry/config.mk
+++ b/source4/lib/registry/config.mk
@@ -92,10 +92,9 @@ MANPAGE = man/regtree.1
# End BINARY regtree
################################################
-[MODULE::TORTURE_REGISTRY]
-SUBSYSTEM = torture
-INIT_FUNCTION = torture_registry_init
+[SUBSYSTEM::torture_registry]
PRIVATE_DEPENDENCIES = registry
+PRIVATE_PROTO_HEADER = tests/proto.h
OBJ_FILES = \
tests/generic.o \
tests/hive.o \