Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c134 KUNIT_EXPECT_STRNEQ(test, "hi", "bye"); in example_all_expect_macros_test()
/openbmc/linux/include/kunit/
H A Dtest.h1063 #define KUNIT_EXPECT_STRNEQ(test, left, right) \ macro