summaryrefslogtreecommitdiff
path: root/p11-kit/test-modules.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Fix modules test for WindowsDaiki Ueno2017-02-161-3/+1
| | | | | Synchronize the fixture module to the non-Unix one and enable "/modules/test_filename".
* test: Check exhaustion of fixed closuresNikos Mavrogiannopoulos2017-01-241-1/+37
|
* Added p11_kit_module_get_filename()Nikos Mavrogiannopoulos2015-07-141-1/+39
| | | | | | | | | | | That function allows to obtain the filename used by the PKCS #11 module. That is the filename used by dlopen(). Note that we don't provide p11_kit_module_for_filename() because it would have to deal with filename equivalences. Signed-off-by: Stef Walter <stefw@redhat.com> * Fixed up whitespace
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-0/+415
Still use recursive for documentation and translation.