torture/local: Depend on NSS_WRAPPER, even if it wasn't enabled.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 24 Oct 2010 00:18:56 +0000 (17:18 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 24 Oct 2010 01:02:00 +0000 (01:02 +0000)
torture_local tests nss_wrapper.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Oct 24 01:02:00 UTC 2010 on sn-devel-104

source4/torture/local/wscript_build

index ddea36c790baa279f6f1894701ed906c918d0c0c..11968158cfbb72c3094c41f7929bf05309776858 100644 (file)
@@ -5,6 +5,6 @@ bld.SAMBA_MODULE('TORTURE_LOCAL',
        autoproto='proto.h',
        subsystem='smbtorture',
        init_function='torture_local_init',
-       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',
+       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 nss_wrapper',
        internal_module=True
        )