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

/freebsd-12-stable/contrib/atf/atf-c/
H A Dmacros.h188 #define ATF_REQUIRE_MATCH(regexp, string) \ macro
H A Dmacros_test.c180 H_DEF(require_match_ ## id, ATF_REQUIRE_MATCH(v1, v2))
733 * Test cases for the ATF_REQUIRE_MATCH and ATF_REQUIRE_MATCH_MSG macros.
744 atf_tc_set_md_var(tc, "descr", "Tests the ATF_REQUIRE_MATCH and "
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dmacros.hpp125 #define ATF_REQUIRE_MATCH(regexp, string) \ macro
H A Dmacros_test.cpp157 ATF_REQUIRE_MATCH(regexp, string);
468 set_md_var("descr", "Tests the ATF_REQUIRE_MATCH macro");

Completed in 98 milliseconds