From 81ad27b3096af61f792dc9bd8983a86161f0f30b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 13 Nov 2007 04:57:09 +0100 Subject: r25935: Fix registry tests. (This used to be commit b311094714b4d51ea7ea756df1aecba169dc0d45) --- source4/torture/local/local.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/local/local.c') diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 432575c990..5f22177826 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -24,6 +24,7 @@ #include "torture/ndr/proto.h" #include "torture/auth/proto.h" #include "lib/crypto/test_proto.h" +#include "lib/registry/tests/proto.h" /* ignore me */ static struct torture_suite * (*suite_generators[]) (TALLOC_CTX *mem_ctx) = @@ -51,6 +52,7 @@ torture_local_event, torture_local_torture, torture_local_dbspeed, + torture_registry, NULL }; -- cgit