diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-03 01:20:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:07 -0500 |
commit | 1cc7b6e7397444a859c78e5ecc61f53dd1017436 (patch) | |
tree | a38c1fcc9af4b447e1baf55d4e09a4b86f717c05 /source4/torture | |
parent | 0d0e4c99cad31e22ac71d9c7b94a36800c932e31 (diff) | |
download | samba-1cc7b6e7397444a859c78e5ecc61f53dd1017436.tar.gz samba-1cc7b6e7397444a859c78e5ecc61f53dd1017436.tar.bz2 samba-1cc7b6e7397444a859c78e5ecc61f53dd1017436.zip |
r21671: Add initial simple tests for socket wrapper
(This used to be commit 872e2ad541478597191ca9e31872d5c8e2bbb832)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/local/config.mk | 1 | ||||
-rw-r--r-- | source4/torture/local/local.c | 1 |
2 files changed, 2 insertions, 0 deletions
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, |