From: Lars Müller Date: Mon, 13 Mar 2006 17:45:04 +0000 (+0000) Subject: r14331: Add a comment on top of test_pam_modules about what we're testing. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=cc41fa4ad7e3068eea582961d874748c941220dc;p=metze%2Fsamba%2Fwip.git r14331: Add a comment on top of test_pam_modules about what we're testing. (This used to be commit 90eb092083383c2b606e21dc65fb036bb973b032) --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 4383cefef4a3..7adb2b0338f2 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -846,6 +846,8 @@ test: all torture @echo Running Samba 3 Test suite @sh ./script/tests/runtests.sh t_dir +# Check for PAM module problems. Specifically, check that every module we +# built can actually be loaded by a minimal PAM-aware application. test_pam_modules: pam_modules @echo "Testing $(PAM_MODULES) " @for module in $(PAM_MODULES); do \