r14331: Add a comment on top of test_pam_modules about what we're testing.
authorLars Müller <lmuelle@samba.org>
Mon, 13 Mar 2006 17:45:04 +0000 (17:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:25 +0000 (11:15 -0500)
(This used to be commit 90eb092083383c2b606e21dc65fb036bb973b032)

source3/Makefile.in

index 4383cefef4a3fc38a88f40e281ce2a9ef8ddf5a8..7adb2b0338f20cc72562127416fce6479781ccfd 100644 (file)
@@ -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 \