diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-24 08:49:19 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-24 08:49:19 +0000 |
commit | 46fa42001831ce7868bbe335129c690fec5546a8 (patch) | |
tree | 706f035a5c996fc547964b143c8f61772634953f /xtests/Makefile.am | |
parent | c317d5f86baaffcd8adf45c20757fafe6c190694 (diff) | |
download | pam-46fa42001831ce7868bbe335129c690fec5546a8.tar.gz pam-46fa42001831ce7868bbe335129c690fec5546a8.tar.bz2 pam-46fa42001831ce7868bbe335129c690fec5546a8.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
Add test for [...] control sequences.
2006-08-24 Thorsten Kukuk <kukuk@thkukuk.de>
* xtests/tst-pam_dispatch4.c: New test.
* xtests/tst-pam_dispatch4.pamd: PAM config for new test.
Diffstat (limited to 'xtests/Makefile.am')
-rw-r--r-- | xtests/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xtests/Makefile.am b/xtests/Makefile.am index 549ef8c9..44289e2e 100644 --- a/xtests/Makefile.am +++ b/xtests/Makefile.am @@ -10,9 +10,10 @@ AM_LDFLAGS = -L$(top_builddir)/libpam -lpam \ CLEANFILES = *~ EXTRA_DIST = tst-pam_dispatch1.pamd tst-pam_dispatch2.pamd \ - tst-pam_dispatch3.pamd + tst-pam_dispatch3.pamd tst-pam_dispatch4.pamd -XTESTS = tst-pam_dispatch1 tst-pam_dispatch2 tst-pam_dispatch3 +XTESTS = tst-pam_dispatch1 tst-pam_dispatch2 tst-pam_dispatch3 \ + tst-pam_dispatch4 noinst_PROGRAMS = $(XTESTS) |