]> eyrie.org Git - kerberos/pam-webauth-otp.git/commit
Add a basic module test suite
authorRuss Allbery <rra@stanford.edu>
Sat, 14 Sep 2013 02:39:39 +0000 (19:39 -0700)
committerRuss Allbery <rra@stanford.edu>
Sat, 14 Sep 2013 02:39:39 +0000 (19:39 -0700)
commit10dfa1d707ff38a9f00fadbc4ccd8bbf1865339a
treedc772d570324826ef5bb8755fe6a056817febdc2
parent09e326af06d31d33f388e2e0272198e0a19e88a3
Add a basic module test suite

This required importing all of the glue required to do Kerberos
setup and spawn a remctl command so that we could test the actual
user information service call.
17 files changed:
.gitignore
Makefile.am
configure.ac
portable/krb5-extra.c
portable/krb5.h
tests/TESTS
tests/data/cmd-webkdc [new file with mode: 0755]
tests/data/conf-webkdc [new file with mode: 0644]
tests/data/scripts/basic/failure [new file with mode: 0644]
tests/data/scripts/basic/success [new file with mode: 0644]
tests/module/basic-t.c [new file with mode: 0644]
tests/tap/kerberos.c [new file with mode: 0644]
tests/tap/kerberos.h [new file with mode: 0644]
tests/tap/process.c [new file with mode: 0644]
tests/tap/process.h [new file with mode: 0644]
tests/tap/remctl.c [new file with mode: 0644]
tests/tap/remctl.h [new file with mode: 0644]