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

/freebsd-10.2-release/contrib/atf/atf-c++/
H A Dbuild.hpp47 process::argv_array cxx_o(const std::string&, const std::string&,
H A Dbuild_test.cpp191 ATF_TEST_CASE(cxx_o); variable
192 ATF_TEST_CASE_HEAD(cxx_o)
194 set_md_var("descr", "Tests the cxx_o function");
196 ATF_TEST_CASE_BODY(cxx_o)
207 atf::build::cxx_o(test->sfile, test->ofile,
225 ATF_ADD_TEST_CASE(tcs, cxx_o);
H A Dbuild.cpp104 impl::cxx_o(const std::string& sfile, const std::string& ofile, function in class:impl
/freebsd-10.2-release/contrib/atf/atf-c/
H A Dbuild_test.c205 ATF_TC(cxx_o); variable
206 ATF_TC_HEAD(cxx_o, tc)
210 ATF_TC_BODY(cxx_o, tc)
246 ATF_TP_ADD_TC(tp, cxx_o);

Completed in 59 milliseconds