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

/freebsd-11.0-release/contrib/atf/atf-c++/
H A Dcheck.hpp121 bool build_cxx_o(const std::string&, const std::string&,
H A Dcheck_test.cpp151 set_md_var("descr", "Helper test case for build_cxx_o");
159 ATF_REQUIRE(atf::check::build_cxx_o("test.cpp", "test.o",
166 set_md_var("descr", "Helper test case for build_cxx_o");
174 ATF_REQUIRE(!atf::check::build_cxx_o("test.cpp", "test.o",
223 ATF_TEST_CASE(build_cxx_o); variable
224 ATF_TEST_CASE_HEAD(build_cxx_o)
226 set_md_var("descr", "Tests the build_cxx_o function");
228 ATF_TEST_CASE_BODY(build_cxx_o)
389 ATF_ADD_TEST_CASE(tcs, build_cxx_o);
H A Dcheck.cpp131 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, function in class:impl
/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp60 return atf::check::build_cxx_o(sfile, "test.o",
/freebsd-11.0-release/contrib/atf/atf-c/
H A Dcheck_test.c181 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cxx_o");
199 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cxx_o");
273 ATF_TC(build_cxx_o); variable
274 ATF_TC_HEAD(build_cxx_o, tc)
279 ATF_TC_BODY(build_cxx_o, tc)
512 ATF_TP_ADD_TC(tp, build_cxx_o);

Completed in 53 milliseconds