Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/tests/
H A Dinput_test.c34 KUNIT_ASSERT_FAILURE(test, "Register device failed: %d", ret); in input_test_init()
/openbmc/linux/include/kunit/
H A Dtest.h1189 #define KUNIT_ASSERT_FAILURE(test, fmt, ...) \ macro