From dbc78e20169c97f2592ddb18fdf48a1c91a3f77d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 11 Nov 2007 23:36:53 +0100 Subject: r25928: Split up torture-local a bit. (This used to be commit c6b109040856ba0f1ae0db2787cc838ff61df767) --- source4/lib/registry/config.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source4/lib/registry/config.mk') 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 -- cgit