summaryrefslogtreecommitdiffstats
path: root/source4/torture/local
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-07-03 14:17:00 +0200
committerStefan Metzmacher <metze@samba.org>2014-04-17 14:56:06 +0200
commit5de011be3f0ebb527678d681573f4def8335f6d4 (patch)
tree2b23877086993f1febc8ea536113452c3d51c5a7 /source4/torture/local
parent5d7609cd789ceac98f1543d22c40201dde71f7a1 (diff)
downloadsamba-5de011be3f0ebb527678d681573f4def8335f6d4.tar.gz
samba-5de011be3f0ebb527678d681573f4def8335f6d4.tar.xz
samba-5de011be3f0ebb527678d681573f4def8335f6d4.zip
s4-torture: Remove socket_wrapper testsuite.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/local.c3
-rw-r--r--source4/torture/local/wscript_build4
2 files changed, 0 insertions, 7 deletions
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index bd47bd3c3f..c1478a8412 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -47,9 +47,6 @@
torture_local_genrand,
torture_local_iconv,
torture_local_socket,
-#ifdef SOCKET_WRAPPER
- torture_local_socket_wrapper,
-#endif
torture_pac,
torture_local_resolve,
torture_local_sddl,
diff --git a/source4/torture/local/wscript_build b/source4/torture/local/wscript_build
index 1b363190b6..eb0b99bb08 100644
--- a/source4/torture/local/wscript_build
+++ b/source4/torture/local/wscript_build
@@ -21,10 +21,6 @@ TORTURE_LOCAL_SOURCE = '''../../../lib/util/charset/tests/iconv.c
TORTURE_LOCAL_DEPS = 'RPC_NDR_ECHO TDR LIBCLI_SMB MESSAGING iconv POPT_CREDENTIALS TORTURE_AUTH TORTURE_UTIL TORTURE_NDR TORTURE_LIBCRYPTO share torture_registry PROVISION ldb samdb replace-test'
-if bld.CONFIG_SET("SOCKET_WRAPPER"):
- TORTURE_LOCAL_SOURCE += " ../../../lib/socket_wrapper/testsuite.c"
- TORTURE_LOCAL_DEPS += " socket_wrapper"
-
bld.SAMBA_MODULE('TORTURE_LOCAL',
source=TORTURE_LOCAL_SOURCE,
autoproto='proto.h',