From 1cc7b6e7397444a859c78e5ecc61f53dd1017436 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 3 Mar 2007 01:20:36 +0000 Subject: r21671: Add initial simple tests for socket wrapper (This used to be commit 872e2ad541478597191ca9e31872d5c8e2bbb832) --- source4/torture/local/config.mk | 1 + source4/torture/local/local.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source4/torture') diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index b323e996e2..c150aeda71 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -19,6 +19,7 @@ OBJ_FILES = \ ../../librpc/tests/binding_string.o \ ../../lib/util/tests/idtree.o \ ../../lib/socket/testsuite.o \ + ../../lib/socket_wrapper/testsuite.o \ irpc.o \ ../../lib/registry/tests/generic.o \ resolve.o \ diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index c210783028..fbf89b6e4e 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -37,6 +37,7 @@ torture_local_idtree, torture_local_iconv, torture_local_socket, + torture_local_socket_wrapper, torture_pac, torture_registry, torture_local_resolve, -- cgit