Searched refs:TEST_FIRST_COMPONENT (Results 1 – 1 of 1) sorted by relevance
28 #define TEST_FIRST_COMPONENT "Component1" macro284 snd_component_add(card, TEST_FIRST_COMPONENT); in test_card_add_component()285 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT); in test_card_add_component()288 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT " " TEST_SECOND_COMPONENT); in test_card_add_component()