From b7b48793501915ecf5cb52b3044fd2f902987802 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 8 Aug 2012 15:22:03 +1000 Subject: s3-torture: Extend pdbtest to also run an authentication unit-test This tests both the builtin auth_sam against passdb directly and the configured auth module. Andrew Bartlett --- source3/wscript_build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 9125667029..2b00a167f8 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1480,7 +1480,9 @@ bld.SAMBA3_BINARY('pdbtest', deps=''' talloc pdb - popt_samba3''', + popt_samba3 + AUTH_COMMON + auth''', vars=locals()) bld.SAMBA3_BINARY('vfstest', -- cgit