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

/bind-9.6-ESV-R11/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)
398 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
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck_test.c106 atf_tc_set_md_var(tc, "descr", "Helper test case for build_c_o");
124 atf_tc_set_md_var(tc, "descr", "Helper test case for build_c_o");
235 ATF_TC(build_c_o); variable
236 ATF_TC_HEAD(build_c_o, tc)
241 ATF_TC_BODY(build_c_o, tc)
525 ATF_TP_ADD_TC(tp, build_c_o);

Completed in 12 milliseconds