Home
last modified time | relevance | path

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

/Linux-v6.1/lib/kunit/
Dkunit-example-test.c106 KUNIT_EXPECT_NOT_NULL(test, test); in example_all_expect_macros_test()
/Linux-v6.1/include/kunit/
Dtest.h961 #define KUNIT_EXPECT_NOT_NULL(test, ptr) \ macro