summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-05-28 16:13:33 +0200
committerGünther Deschner <gd@samba.org>2009-05-29 13:50:09 +0200
commit36fc0b961f32d6fd978f293731a5e2cb01a6154f (patch)
tree54f7994ab1fd9894e8081e91a3e3e9c9721e24eb /source4/torture/local
parentbff54b90c353920ba058cc53a6cc0464f0939424 (diff)
downloadsamba-36fc0b961f32d6fd978f293731a5e2cb01a6154f.tar.gz
samba-36fc0b961f32d6fd978f293731a5e2cb01a6154f.tar.bz2
samba-36fc0b961f32d6fd978f293731a5e2cb01a6154f.zip
s4-smbtorture: add a very basic NSS-WRAPPER testsuite.
Guenther
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/config.mk4
-rw-r--r--source4/torture/local/local.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk
index 5c8c1d5762..28599e4bda 100644
--- a/source4/torture/local/config.mk
+++ b/source4/torture/local/config.mk
@@ -17,7 +17,8 @@ PRIVATE_DEPENDENCIES = \
TORTURE_LIBCRYPTO \
share \
torture_registry \
- PROVISION
+ PROVISION \
+ NSS_WRAPPER
# End SUBSYSTEM TORTURE_LOCAL
#################################
@@ -34,6 +35,7 @@ TORTURE_LOCAL_OBJ_FILES = \
$(torturesrcdir)/../../lib/util/tests/idtree.o \
$(torturesrcdir)/../lib/socket/testsuite.o \
$(torturesrcdir)/../../lib/socket_wrapper/testsuite.o \
+ $(torturesrcdir)/../../lib/nss_wrapper/testsuite.o \
$(torturesrcdir)/../libcli/resolve/testsuite.o \
$(torturesrcdir)/../../lib/util/tests/strlist.o \
$(torturesrcdir)/../../lib/util/tests/str.o \
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index a1b100edb8..73ee366dcd 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -43,6 +43,7 @@
torture_local_iconv,
torture_local_socket,
torture_local_socket_wrapper,
+ torture_local_nss_wrapper,
torture_pac,
torture_local_resolve,
torture_local_sddl,