summaryrefslogtreecommitdiff
path: root/source4/torture/local/local.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-12 16:23:03 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-12 17:42:13 +0000
commit5a482a641e9631e269684d4394864659791b5dec (patch)
tree34056db675b93cf4511e07cf3df55506e88b0129 /source4/torture/local/local.c
parent7e8ea2ca34462669810f540f7b09cd7475a87a7c (diff)
downloadsamba-5a482a641e9631e269684d4394864659791b5dec.tar.gz
samba-5a482a641e9631e269684d4394864659791b5dec.tar.bz2
samba-5a482a641e9631e269684d4394864659791b5dec.zip
torture: Only add in tests for socket_wrapper/nss_wrapper when they have been enabled.
Diffstat (limited to 'source4/torture/local/local.c')
-rw-r--r--source4/torture/local/local.c4
1 files changed, 4 insertions, 0 deletions
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,