aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-06-14 15:28:06 -0400
committerGreg Hudson <ghudson@mit.edu>2013-06-27 02:00:51 -0400
commita6debff894e8b24f72675beea9ee4438bd2e8902 (patch)
tree107576bc515e51ca8d4dd7c9d2bf761368b57eaa /src/Makefile.in
parenta6765ca3fa82fa9ac8045fb583d168c542b19585 (diff)
downloadkrb5-a6debff894e8b24f72675beea9ee4438bd2e8902.zip
krb5-a6debff894e8b24f72675beea9ee4438bd2e8902.tar.gz
krb5-a6debff894e8b24f72675beea9ee4438bd2e8902.tar.bz2
Add tests for pwqual modules and plugin ordering
Create a test module for the pwqual interface, and script to exercise the built-in and test modules through kadmin.local. Also create a test harness to display the order of pwqual modules for the current configuration, and use it to test the plugin module ordering guarantees. ticket: 7665
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index cea7dda..ab8edbd 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -11,6 +11,7 @@ SUBDIRS=util include lib \
@sam2_plugin@ \
plugins/kadm5_hook/test \
plugins/localauth/test \
+ plugins/pwqual/test \
plugins/kdb/db2 \
@ldap_plugin_dir@ \
plugins/preauth/pkinit \