Searched defs:kunit (Results 1 – 3 of 3) sorted by relevance
276 struct kunit { struct282 struct kunit_try_catch try_catch; argument295 enum kunit_status status; /* Read only after test_case finishes! */ argument306 static inline void kunit_set_failure(struct kunit *test) in kunit_set_failure() argument
41 pub mod kunit; module
46 struct kunit *kunit; member