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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck.hpp123 bool build_cxx_o(const std::string&, const std::string&,
H A Dcheck_test.cpp156 set_md_var("descr", "Helper test case for build_cxx_o");
164 ATF_REQUIRE(atf::check::build_cxx_o("test.cpp", "test.o",
171 set_md_var("descr", "Helper test case for build_cxx_o");
179 ATF_REQUIRE(!atf::check::build_cxx_o("test.cpp", "test.o",
228 ATF_TEST_CASE(build_cxx_o); variable
229 ATF_TEST_CASE_HEAD(build_cxx_o)
231 set_md_var("descr", "Tests the build_cxx_o function");
233 ATF_TEST_CASE_BODY(build_cxx_o)
400 ATF_ADD_TEST_CASE(tcs, build_cxx_o);
H A Dcheck.cpp135 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, function in class:impl
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp52 const bool result = atf::check::build_cxx_o(
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck_test.c186 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cxx_o");
204 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cxx_o");
278 ATF_TC(build_cxx_o); variable
279 ATF_TC_HEAD(build_cxx_o, tc)
284 ATF_TC_BODY(build_cxx_o, tc)
527 ATF_TP_ADD_TC(tp, build_cxx_o);

Completed in 223 milliseconds