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

/freebsd-13-stable/contrib/atf/atf-c++/
H A Dcheck.hpp119 bool build_cpp(const std::string&, const std::string&,
H A Dcheck_test.cpp119 set_md_var("descr", "Helper test case for build_cpp");
129 ATF_REQUIRE(atf::check::build_cpp("test.c", "test.p",
136 set_md_var("descr", "Helper test case for build_cpp");
144 ATF_REQUIRE(!atf::check::build_cpp("test.c", "test.p",
202 ATF_TEST_CASE(build_cpp); variable
203 ATF_TEST_CASE_HEAD(build_cpp)
205 set_md_var("descr", "Tests the build_cpp function");
207 ATF_TEST_CASE_BODY(build_cpp)
388 ATF_ADD_TEST_CASE(tcs, build_cpp);
H A Dcheck.cpp117 impl::build_cpp(const std::string& sfile, const std::string& ofile, function in class:impl
/freebsd-13-stable/contrib/atf/atf-c/
H A Dcheck_test.c137 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cpp");
163 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cpp");
251 ATF_TC(build_cpp); variable
252 ATF_TC_HEAD(build_cpp, tc)
257 ATF_TC_BODY(build_cpp, tc)
511 ATF_TP_ADD_TC(tp, build_cpp);

Completed in 164 milliseconds