diff options
Diffstat (limited to 'source3/Makefile.in')
-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 \ |