From 5a482a641e9631e269684d4394864659791b5dec Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 12 Nov 2010 16:23:03 +0100 Subject: torture: Only add in tests for socket_wrapper/nss_wrapper when they have been enabled. --- source4/torture/local/local.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/torture/local/local.c') diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 84cdc95ea4..2f29c35fb2 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -45,8 +45,12 @@ torture_local_genrand, torture_local_iconv, torture_local_socket, +#ifdef SOCKET_WRAPPER torture_local_socket_wrapper, +#endif +#ifdef NSS_WRAPPER torture_local_nss_wrapper, +#endif torture_pac, torture_local_resolve, torture_local_sddl, -- cgit