Searched refs:H_REQUIRE_STREQ_MSG (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros_test.c195 #define H_REQUIRE_STREQ_MSG(id, v1, v2, msg) \ macro
686 H_REQUIRE_STREQ_MSG(1_1, "1", "1", "1 does not match 1");
687 H_REQUIRE_STREQ_MSG(1_2, "1", "2", "1 does not match 2");
688 H_REQUIRE_STREQ_MSG(2_1, "2", "1", "2 does not match 1");
689 H_REQUIRE_STREQ_MSG(2_2, "2", "2", "2 does not match 2");

Completed in 11 milliseconds