Author: lmuelle Date: 2006-03-13 17:45:04 +0000 (Mon, 13 Mar 2006) New Revision: 14331
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14331 Log: Add a comment on top of test_pam_modules about what we're testing. Modified: branches/SAMBA_3_0/source/Makefile.in trunk/source/Makefile.in Changeset: Modified: branches/SAMBA_3_0/source/Makefile.in =================================================================== --- branches/SAMBA_3_0/source/Makefile.in 2006-03-13 17:31:01 UTC (rev 14330) +++ branches/SAMBA_3_0/source/Makefile.in 2006-03-13 17:45:04 UTC (rev 14331) @@ -846,6 +846,8 @@ @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 \ Modified: trunk/source/Makefile.in =================================================================== --- trunk/source/Makefile.in 2006-03-13 17:31:01 UTC (rev 14330) +++ trunk/source/Makefile.in 2006-03-13 17:45:04 UTC (rev 14331) @@ -862,6 +862,8 @@ @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 \
