Searched refs:build_cxx_o (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | check.hpp | 121 bool build_cxx_o(const std::string&, const std::string&,
|
H A D | check_test.cpp | 151 set_md_var("descr", "Helper test case for build_cxx_o"); 159 ATF_REQUIRE(atf::check::build_cxx_o("test.cpp", "test.o", 166 set_md_var("descr", "Helper test case for build_cxx_o"); 174 ATF_REQUIRE(!atf::check::build_cxx_o("test.cpp", "test.o", 223 ATF_TEST_CASE(build_cxx_o); variable 224 ATF_TEST_CASE_HEAD(build_cxx_o) 226 set_md_var("descr", "Tests the build_cxx_o function"); 228 ATF_TEST_CASE_BODY(build_cxx_o) 389 ATF_ADD_TEST_CASE(tcs, build_cxx_o);
|
H A D | check.cpp | 131 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, function in class:impl
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | test_helpers.cpp | 60 return atf::check::build_cxx_o(sfile, "test.o",
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | check_test.c | 181 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cxx_o"); 199 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cxx_o"); 273 ATF_TC(build_cxx_o); variable 274 ATF_TC_HEAD(build_cxx_o, tc) 279 ATF_TC_BODY(build_cxx_o, tc) 512 ATF_TP_ADD_TC(tp, build_cxx_o);
|
Completed in 470 milliseconds