diff options
Diffstat (limited to 'tools/tests/test-extract.c')
-rw-r--r-- | tools/tests/test-extract.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tests/test-extract.c b/tools/tests/test-extract.c index 55a3524..8bdd600 100644 --- a/tools/tests/test-extract.c +++ b/tools/tests/test-extract.c @@ -280,6 +280,8 @@ main (void) int ret; putenv ("P11_KIT_STRICT=1"); + p11_library_init (); + mock_module_init (); p11_debug_init (); SUITE_ADD_TEST (suite, test_file_name_for_label); |