Home
last modified time | relevance | path

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

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