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

/freebsd-10.2-release/contrib/atf/atf-c++/
H A Dcheck.hpp117 bool build_c_o(const std::string&, const std::string&,
H A Dcheck_test.cpp89 set_md_var("descr", "Helper test case for build_c_o");
97 ATF_REQUIRE(atf::check::build_c_o("test.c", "test.o",
104 set_md_var("descr", "Helper test case for build_c_o");
112 ATF_REQUIRE(!atf::check::build_c_o("test.c", "test.o",
182 ATF_TEST_CASE(build_c_o); variable
183 ATF_TEST_CASE_HEAD(build_c_o)
185 set_md_var("descr", "Tests the build_c_o function");
187 ATF_TEST_CASE_BODY(build_c_o)
387 ATF_ADD_TEST_CASE(tcs, build_c_o);
H A Dcheck.cpp103 impl::build_c_o(const std::string& sfile, const std::string& ofile, function in class:impl
/freebsd-10.2-release/contrib/atf/atf-c/
H A Dcheck_test.c101 atf_tc_set_md_var(tc, "descr", "Helper test case for build_c_o");
119 atf_tc_set_md_var(tc, "descr", "Helper test case for build_c_o");
230 ATF_TC(build_c_o); variable
231 ATF_TC_HEAD(build_c_o, tc)
236 ATF_TC_BODY(build_c_o, tc)
510 ATF_TP_ADD_TC(tp, build_c_o);

Completed in 68 milliseconds