summaryrefslogtreecommitdiffstats
path: root/src/tests/dlopen-tests.c
Commit message (Collapse)AuthorAgeFilesLines
* dlopen-tests: Check the result of asprintfBenjamin Franzke2013-10-171-1/+2
| | | | | According to asprintf(3) the content off errmsg is undefined on error, lets set it to NULL.
* Add CIFS idmap pluginBenjamin Franzke2013-10-151-0/+3
| | | | https://fedorahosted.org/sssd/ticket/1534
* tests: Add dlopen test to make sure modules worksSimo Sorce2013-09-091-0/+159
This tests dlopens and resolves all symbols to make sure there are no missing symbols in our provider modules.