diff options
author | Lars Müller <lmuelle@samba.org> | 2006-03-13 17:45:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:25 -0500 |
commit | cc41fa4ad7e3068eea582961d874748c941220dc (patch) | |
tree | b369488f833d4ed77807e578709f1ee2b12b80a1 | |
parent | 0be0bc1151ac8e7bb6d8c074ab89dc2b77ec3541 (diff) | |
download | samba-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)
-rw-r--r-- | source3/Makefile.in | 2 |
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 \ |