diff options
Diffstat (limited to 'tests/conf-test.c')
-rw-r--r-- | tests/conf-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/conf-test.c b/tests/conf-test.c index a273c7b..58cb2f4 100644 --- a/tests/conf-test.c +++ b/tests/conf-test.c @@ -375,6 +375,8 @@ main (void) CuSuite* suite = CuSuiteNew (); int ret; + _p11_library_init (); + SUITE_ADD_TEST (suite, test_parse_conf_1); SUITE_ADD_TEST (suite, test_parse_ignore_missing); SUITE_ADD_TEST (suite, test_parse_fail_missing); |