Home
last modified time | relevance | path

Searched refs:test_or_suite (Results 1 – 1 of 1) sorted by relevance

/lib/kunit/
Dtest.c64 static void kunit_print_ok_not_ok(void *test_or_suite, in kunit_print_ok_not_ok() argument
70 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in kunit_print_ok_not_ok()
71 struct kunit *test = is_test ? test_or_suite : NULL; in kunit_print_ok_not_ok()