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

/freebsd-13-stable/contrib/atf/atf-c/
H A Dmacros_test.c169 #define H_REQUIRE_EQ(id, v1, v2) \ macro
641 H_REQUIRE_EQ(1_1, 1, 1);
642 H_REQUIRE_EQ(1_2, 1, 2);
643 H_REQUIRE_EQ(2_1, 2, 1);
644 H_REQUIRE_EQ(2_2, 2, 2);

Completed in 171 milliseconds