diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-03-12 08:36:42 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-03-12 08:36:42 +0000 |
commit | 993d5e30fa9085a05cc8231c49750e8bcc03170e (patch) | |
tree | 79d64253dd6290815a8a769267c0d34e7012a018 /modules/pam_unix/Makefile.am | |
parent | bd940ba3beea685e297144705bc3d7547e81b837 (diff) | |
download | pam-993d5e30fa9085a05cc8231c49750e8bcc03170e.tar.gz pam-993d5e30fa9085a05cc8231c49750e8bcc03170e.tar.bz2 pam-993d5e30fa9085a05cc8231c49750e8bcc03170e.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
Add lot of tests for make check
Diffstat (limited to 'modules/pam_unix/Makefile.am')
-rw-r--r-- | modules/pam_unix/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/pam_unix/Makefile.am b/modules/pam_unix/Makefile.am index fa7f4139..af658a8d 100644 --- a/modules/pam_unix/Makefile.am +++ b/modules/pam_unix/Makefile.am @@ -1,10 +1,13 @@ # -# Copyright (c) 2005 Thorsten Kukuk <kukuk@suse.de> +# Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de> # CLEANFILES = *~ -EXTRA_DIST = README md5.c md5_crypt.c lckpwdf.-c $(MANS) CHANGELOG +EXTRA_DIST = README md5.c md5_crypt.c lckpwdf.-c $(MANS) CHANGELOG \ + tst-pam_unix + +TESTS = tst-pam_unix man_MANS = unix_chkpwd.8 |