Searched refs:KUNIT_ASSERT_STREQ (Results 1 – 5 of 5) sorted by relevance
/linux/sound/core/ |
H A D | sound_kunit.c | 286 KUNIT_ASSERT_STREQ(test, snd_pcm_format_name(WRONG_FORMAT_1), "Unknown"); in test_card_add_component() 287 KUNIT_ASSERT_STREQ(test, snd_pcm_format_name(WRONG_FORMAT_2), "Unknown"); in test_card_add_component() 296 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT); 299 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT " " TEST_SECOND_COMPONENT);
|
/linux/drivers/clk/ |
H A D | clk-fixed-rate_test.c | 188 KUNIT_ASSERT_STREQ(test, parent_name, clk_hw_get_name(parent_hw)); in clk_fixed_rate_parent_test() 221 KUNIT_ASSERT_STREQ(test, parent_name, clk_hw_get_name(parent_hw)); in clk_fixed_rate_parent_rate_test() 251 KUNIT_ASSERT_STREQ(test, parent_name, clk_hw_get_name(parent_hw)); in clk_fixed_rate_parent_accuracy_test()
|
/linux/include/kunit/ |
H A D | test.h | 1507 #define KUNIT_ASSERT_STREQ(test, left, right) \ macro
|
/linux/drivers/thunderbolt/ |
H A D | test.c | 2786 KUNIT_ASSERT_STREQ(test, &p1->key[0], &p2->key[0]); in compare_dirs() 2809 KUNIT_ASSERT_STREQ(test, p1->value.text, p2->value.text); in compare_dirs()
|
/linux/Documentation/dev-tools/kunit/ |
H A D | usage.rst | 611 KUNIT_ASSERT_STREQ(test, buffer, "");
|