Searched defs:kunit (Results 1 – 2 of 2) sorted by relevance
204 struct kunit { struct210 struct kunit_try_catch try_catch; argument228 static inline void kunit_set_failure(struct kunit *test) in kunit_set_failure() argument
69 #define KUNIT_INIT_ASSERT_STRUCT(kunit, assert_type, fmt) { \ argument