Searched defs:build_cpp (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | check.cpp | 117 impl::build_cpp(const std::string& sfile, const std::string& ofile, function in class:impl
|
H A D | check_test.cpp | 119 set_md_var("descr", "Helper test case for build_cpp"); 129 ATF_REQUIRE(atf::check::build_cpp("test.c", "test.p", 136 set_md_var("descr", "Helper test case for build_cpp"); 144 ATF_REQUIRE(!atf::check::build_cpp("test.c", "test.p", 202 ATF_TEST_CASE(build_cpp); variable 203 ATF_TEST_CASE_HEAD(build_cpp) 205 set_md_var("descr", "Tests the build_cpp function"); 207 ATF_TEST_CASE_BODY(build_cpp) 388 ATF_ADD_TEST_CASE(tcs, build_cpp);
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | check_test.c | 137 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cpp"); 163 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cpp"); 251 ATF_TC(build_cpp); variable 252 ATF_TC_HEAD(build_cpp, tc) 257 ATF_TC_BODY(build_cpp, tc) 511 ATF_TP_ADD_TC(tp, build_cpp);
|
Completed in 801 milliseconds