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

/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dcheck.hpp119 bool build_c_o(const std::string&, const std::string&,
H A Dcheck_test.cpp94 set_md_var("descr", "Helper test case for build_c_o");
102 ATF_REQUIRE(atf::check::build_c_o("test.c", "test.o",
109 set_md_var("descr", "Helper test case for build_c_o");
117 ATF_REQUIRE(!atf::check::build_c_o("test.c", "test.o",
187 ATF_TEST_CASE(build_c_o); variable
188 ATF_TEST_CASE_HEAD(build_c_o)
190 set_md_var("descr", "Tests the build_c_o function");
192 ATF_TEST_CASE_BODY(build_c_o)
392 ATF_ADD_TEST_CASE(tcs, build_c_o);
H A Dcheck.cpp107 impl::build_c_o(const std::string& sfile, const std::string& ofile, function in class:impl
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/
H A Dcheck_test.c110 atf_tc_set_md_var(tc, "descr", "Helper test case for build_c_o");
128 atf_tc_set_md_var(tc, "descr", "Helper test case for build_c_o");
239 ATF_TC(build_c_o); variable
240 ATF_TC_HEAD(build_c_o, tc)
245 ATF_TC_BODY(build_c_o, tc)
529 ATF_TP_ADD_TC(tp, build_c_o);

Completed in 96 milliseconds