Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm_adsp_fw_find_test.c146 KUNIT_EXPECT_STREQ_MSG(test, priv->found_fw.wmfw.filename, params->expect_wmfw, in wm_adsp_fw_find_test_pick_file()
151 KUNIT_EXPECT_STREQ_MSG(test, priv->found_fw.coeff.filename, params->expect_bin, in wm_adsp_fw_find_test_pick_file()
/linux/include/kunit/
H A Dtest.h1202 KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL)
1204 #define KUNIT_EXPECT_STREQ_MSG(test, left, right, fmt, ...) \ macro