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

/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dcheck.hpp121 bool build_cpp(const std::string&, const std::string&,
H A Dcheck_test.cpp124 set_md_var("descr", "Helper test case for build_cpp");
134 ATF_REQUIRE(atf::check::build_cpp("test.c", "test.p",
141 set_md_var("descr", "Helper test case for build_cpp");
149 ATF_REQUIRE(!atf::check::build_cpp("test.c", "test.p",
207 ATF_TEST_CASE(build_cpp); variable
208 ATF_TEST_CASE_HEAD(build_cpp)
210 set_md_var("descr", "Tests the build_cpp function");
212 ATF_TEST_CASE_BODY(build_cpp)
399 ATF_ADD_TEST_CASE(tcs, build_cpp);
H A Dcheck.cpp121 impl::build_cpp(const std::string& sfile, const std::string& ofile, function in class:impl
/freebsd-10.0-release/contrib/atf/atf-c/
H A Dcheck_test.c146 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cpp");
172 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cpp");
260 ATF_TC(build_cpp); variable
261 ATF_TC_HEAD(build_cpp, tc)
266 ATF_TC_BODY(build_cpp, tc)
530 ATF_TP_ADD_TC(tp, build_cpp);

Completed in 172 milliseconds