]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add ccache collection tests using API
authorGreg Hudson <ghudson@mit.edu>
Tue, 24 Sep 2013 16:20:17 +0000 (12:20 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 24 Sep 2013 19:00:18 +0000 (15:00 -0400)
commit620275cd43e237ab273b726b2aee0ae729587772
treeebad0dbaf7e0aab45f28f3610ef28efe78f70fd4
parentee61e4adf18c6f032b7ab2fa790fb261cfc4105c
Add ccache collection tests using API

Create a new test program in lib/krb5/ccache named t_cccol.c which
verifies collection semantics using the API.  Run it with an empty DIR
collection in t_cccol.py.
src/lib/krb5/ccache/Makefile.in
src/lib/krb5/ccache/t_cccol.c [new file with mode: 0644]
src/lib/krb5/ccache/t_cccol.py