summaryrefslogtreecommitdiffstats
path: root/src/tests/dlopen-tests.c
Commit message (Collapse)AuthorAgeFilesLines
* dlopen-tests: Check the result of asprintfBenjamin Franzke2014-01-291-1/+2
| | | | | According to asprintf(3) the content off errmsg is undefined on error, lets set it to NULL.
* 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.