Home
last modified time | relevance | path

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

/Linux-v5.10/lib/kunit/
Dstring-stream-test.c39 KUNIT_ASSERT_STREQ(test, output, "Foo bar"); in string_stream_test_get_string()
/Linux-v5.10/include/kunit/
Dtest.h1692 #define KUNIT_ASSERT_STREQ(test, left, right) \ macro