Home
last modified time | relevance | path

Searched defs:kunit (Results 1 – 2 of 2) sorted by relevance

/include/kunit/
Dtest.h204 struct kunit { struct
210 struct kunit_try_catch try_catch; argument
228 static inline void kunit_set_failure(struct kunit *test) in kunit_set_failure() argument
Dassert.h69 #define KUNIT_INIT_ASSERT_STRUCT(kunit, assert_type, fmt) { \ argument