From 993d5e30fa9085a05cc8231c49750e8bcc03170e Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Sun, 12 Mar 2006 08:36:42 +0000 Subject: Relevant BUGIDs: Purpose of commit: new feature Commit summary: --------------- Add lot of tests for make check --- modules/pam_unix/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'modules/pam_unix/Makefile.am') 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 +# Copyright (c) 2005, 2006 Thorsten Kukuk # 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 -- cgit v1.2.3