diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-10-12 10:46:25 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-10-12 10:46:25 +0000 |
commit | 9109873b94bfe1ead79be79ce751b17d42f4d03e (patch) | |
tree | bca6126b3635fcbbc260bd7f929c01837bda7d72 /xtests/Makefile.am | |
parent | b0eff898b6ce0d083a7758e337879e4fa084d0b9 (diff) | |
download | pam-9109873b94bfe1ead79be79ce751b17d42f4d03e.tar.gz pam-9109873b94bfe1ead79be79ce751b17d42f4d03e.tar.bz2 pam-9109873b94bfe1ead79be79ce751b17d42f4d03e.zip |
Relevant BUGIDs:
Purpose of commit: new testcase
Commit summary:
---------------
2007-10-12 Thorsten Kukuk <kukuk@thkukuk.de>
* xtests/Makefile.am: Add tst-pam_dispatch5 sources
* xtests/tst-pam_dispatch5.c: New test for jump too far.
* xtests/tst-pam_dispatch5.pamd: New test configuration.
Diffstat (limited to 'xtests/Makefile.am')
-rw-r--r-- | xtests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xtests/Makefile.am b/xtests/Makefile.am index b32ba76b..8b6dbd25 100644 --- a/xtests/Makefile.am +++ b/xtests/Makefile.am @@ -11,6 +11,7 @@ CLEANFILES = *~ EXTRA_DIST = run-xtests.sh tst-pam_dispatch1.pamd tst-pam_dispatch2.pamd \ tst-pam_dispatch3.pamd tst-pam_dispatch4.pamd \ + tst-pam_dispatch5.pamd \ tst-pam_cracklib1.pamd tst-pam_cracklib2.pamd \ tst-pam_unix1.pamd tst-pam_unix2.pamd tst-pam_unix3.pamd \ tst-pam_unix1.sh tst-pam_unix2.sh tst-pam_unix3.sh \ @@ -23,7 +24,8 @@ EXTRA_DIST = run-xtests.sh tst-pam_dispatch1.pamd tst-pam_dispatch2.pamd \ group.conf tst-pam_group1.pamd tst-pam_group1.sh XTESTS = tst-pam_dispatch1 tst-pam_dispatch2 tst-pam_dispatch3 \ - tst-pam_dispatch4 tst-pam_cracklib1 tst-pam_cracklib2 \ + tst-pam_dispatch4 tst-pam_dispatch5 \ + tst-pam_cracklib1 tst-pam_cracklib2 \ tst-pam_unix1 tst-pam_unix2 tst-pam_unix3 \ tst-pam_access1 tst-pam_access2 tst-pam_access3 \ tst-pam_access4 tst-pam_limits1 tst-pam_succeed_if1 \ |