s4-torture: Remove socket_wrapper testsuite.
authorAndreas Schneider <asn@samba.org>
Wed, 3 Jul 2013 12:17:00 +0000 (14:17 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 Apr 2014 12:56:06 +0000 (14:56 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/torture/local/local.c
source4/torture/local/wscript_build

index bd47bd3c3fc624d26fdcfff6cf9962a51dc96895..c1478a841201b7e26113196f5bfbbe5051d0c9ae 100644 (file)
@@ -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,
index 1b363190b6a7f86a0236d743efcfb7a2ada5ff43..eb0b99bb08be66dda99cc1a2a9909be41d1a0661 100644 (file)
@@ -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',