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_ftp | |
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_ftp')
-rw-r--r-- | modules/pam_ftp/Makefile.am | 4 | ||||
-rwxr-xr-x | modules/pam_ftp/tst-pam_ftp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/modules/pam_ftp/Makefile.am b/modules/pam_ftp/Makefile.am index 1cd5cf69..3f7fb6f9 100644 --- a/modules/pam_ftp/Makefile.am +++ b/modules/pam_ftp/Makefile.am @@ -4,7 +4,7 @@ CLEANFILES = *~ -EXTRA_DIST = README +EXTRA_DIST = README tst-pam_ftp securelibdir = $(SECUREDIR) secureconfdir = $(SCONFIGDIR) @@ -17,3 +17,5 @@ if HAVE_VERSIONING endif securelib_LTLIBRARIES = pam_ftp.la + +TESTS = tst-pam_ftp diff --git a/modules/pam_ftp/tst-pam_ftp b/modules/pam_ftp/tst-pam_ftp new file mode 100755 index 00000000..1a4f67c7 --- /dev/null +++ b/modules/pam_ftp/tst-pam_ftp @@ -0,0 +1,2 @@ +#!/bin/sh +../../tests/tst-dlopen .libs/pam_ftp.so |