]> eyrie.org Git - kerberos/pam-webauth-otp.git/commit
Add a basic test suite
authorRuss Allbery <rra@stanford.edu>
Fri, 13 Sep 2013 23:37:31 +0000 (16:37 -0700)
committerRuss Allbery <rra@stanford.edu>
Fri, 13 Sep 2013 23:37:31 +0000 (16:37 -0700)
commita39fcc09ff7d926c2d2bb0298cf6dc2f7dc4beae
tree9a47c9d94319684e04f52c56b70b7ca2979c291f
parent52d1a6225ddc69c7cd64e1416aa799483a36843a
Add a basic test suite

Just import the generic tests for pam-util and the portability
functions that we use, to start off.
32 files changed:
.gitignore
Makefile.am
configure.ac
tests/HOWTO [new file with mode: 0644]
tests/TESTS [new file with mode: 0644]
tests/data/krb5.conf [new file with mode: 0644]
tests/fakepam/README [new file with mode: 0644]
tests/fakepam/config.c [new file with mode: 0644]
tests/fakepam/data.c [new file with mode: 0644]
tests/fakepam/general.c [new file with mode: 0644]
tests/fakepam/internal.h [new file with mode: 0644]
tests/fakepam/logging.c [new file with mode: 0644]
tests/fakepam/pam.h [new file with mode: 0644]
tests/fakepam/script.c [new file with mode: 0644]
tests/fakepam/script.h [new file with mode: 0644]
tests/pam-util/args-t.c [new file with mode: 0644]
tests/pam-util/fakepam-t.c [new file with mode: 0644]
tests/pam-util/logging-t.c [new file with mode: 0644]
tests/pam-util/options-t.c [new file with mode: 0644]
tests/pam-util/vector-t.c [new file with mode: 0644]
tests/portable/asprintf-t.c [new file with mode: 0644]
tests/portable/asprintf.c [new file with mode: 0644]
tests/portable/snprintf-t.c [new file with mode: 0644]
tests/portable/snprintf.c [new file with mode: 0644]
tests/portable/strndup-t.c [new file with mode: 0644]
tests/portable/strndup.c [new file with mode: 0644]
tests/runtests.c [new file with mode: 0644]
tests/tap/basic.c [new file with mode: 0644]
tests/tap/basic.h [new file with mode: 0644]
tests/tap/macros.h [new file with mode: 0644]
tests/tap/string.c [new file with mode: 0644]
tests/tap/string.h [new file with mode: 0644]