Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/kunit/
H A 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
H A Dassert.h69 #define KUNIT_INIT_ASSERT_STRUCT(kunit, assert_type, fmt) { \ argument