63 const struct CMUnitTest tests[] = {
77 return cmocka_run_group_tests(tests, NULL, NULL);
void test_entry_point_only_added_once(UNUSED void **state)
void test_open_non_existing_file(UNUSED void **state)
void test_parsing_fails_when_entry_point_can_not_be_resolved(UNUSED void **state)
void test_import_resolver_import_dlopen_fails(UNUSED void **state)
void test_entry_point_invocation_continues_after_failing_entry_point(UNUSED void **state)
void test_import_resolver_resolves(UNUSED void **state)
void test_can_call_entry_point(UNUSED void **state)
void test_import_resolver_invalid_data(UNUSED void **state)
void test_import_resolver_can_specify_flags(UNUSED void **state)
void test_resolve_non_existing_function(UNUSED void **state)
void test_import_resolver_multiple_import(UNUSED void **state)
void test_entry_point_invoke_does_not_crash_with_invalid_args(UNUSED void **state)