summaryrefslogtreecommitdiff
path: root/source4/lib/registry/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-11 23:36:53 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:06 +0100
commitdbc78e20169c97f2592ddb18fdf48a1c91a3f77d (patch)
tree8ef895da9d2f8edbdba9988a1e220bfa03163c79 /source4/lib/registry/config.mk
parent6ee570c327a210a065823b308a7badfff6239a5f (diff)
downloadsamba-dbc78e20169c97f2592ddb18fdf48a1c91a3f77d.tar.gz
samba-dbc78e20169c97f2592ddb18fdf48a1c91a3f77d.tar.bz2
samba-dbc78e20169c97f2592ddb18fdf48a1c91a3f77d.zip
r25928: Split up torture-local a bit.
(This used to be commit c6b109040856ba0f1ae0db2787cc838ff61df767)
Diffstat (limited to 'source4/lib/registry/config.mk')
-rw-r--r--source4/lib/registry/config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk
index 670410ff6a..6e8f8917d4 100644
--- a/source4/lib/registry/config.mk
+++ b/source4/lib/registry/config.mk
@@ -91,3 +91,13 @@ PRIVATE_DEPENDENCIES = \
MANPAGE = man/regtree.1
# End BINARY regtree
################################################
+
+[MODULE::TORTURE_REGISTRY]
+SUBSYSTEM = torture
+INIT_FUNCTION = torture_registry_init
+PRIVATE_DEPENDENCIES = registry
+OBJ_FILES = \
+ tests/generic.o \
+ tests/hive.o \
+ tests/diff.o \
+ tests/registry.o