summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2006-03-13 17:45:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:25 -0500
commitcc41fa4ad7e3068eea582961d874748c941220dc (patch)
treeb369488f833d4ed77807e578709f1ee2b12b80a1 /source3/Makefile.in
parent0be0bc1151ac8e7bb6d8c074ab89dc2b77ec3541 (diff)
downloadsamba-cc41fa4ad7e3068eea582961d874748c941220dc.tar.gz
samba-cc41fa4ad7e3068eea582961d874748c941220dc.tar.bz2
samba-cc41fa4ad7e3068eea582961d874748c941220dc.zip
r14331: Add a comment on top of test_pam_modules about what we're testing.
(This used to be commit 90eb092083383c2b606e21dc65fb036bb973b032)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 4383cefef4..7adb2b0338 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 \