summaryrefslogtreecommitdiff
path: root/p11-kit/test-transport.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Release transport mock moduleDaiki Ueno2017-01-251-0/+1
| | | | | To prevent leaks of fixed closures, p11_kit_module_release() needs to be called on the mock module itself.
* rpc: Send x-init-reserved to remote moduleDaiki Ueno2016-10-051-0/+24
| | | | | | | Signed-off-by: Stef Walter <stefw@redhat.com> * Fixed up indentation https://bugs.freedesktop.org/show_bug.cgi?id=80519
* p11-kit: P11_KIT_PRIVATEDIR env var overrides private binary dirStef Walter2014-10-021-0/+1
| | | | | | External binaries are searched for in $(libdir)/p11-kit. The P11_KIT_PRIVATEDIR can be used to override that, for example during 'make check'
* p11-kit: Fix tests when building with MinGWMichael Cronenworth2014-09-091-0/+12
| | | | Signed-off-by: Michael Cronenworth <mike@cchtml.com>
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-0/+281
Still use recursive for documentation and translation.