Searched defs:build_c_o (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | check.cpp | 107 impl::build_c_o(const std::string& sfile, const std::string& ofile, function in class:impl
|
H A D | check_test.cpp | 94 set_md_var("descr", "Helper test case for build_c_o"); 102 ATF_REQUIRE(atf::check::build_c_o("test.c", "test.o", 109 set_md_var("descr", "Helper test case for build_c_o"); 117 ATF_REQUIRE(!atf::check::build_c_o("test.c", "test.o", 187 ATF_TEST_CASE(build_c_o); variable 188 ATF_TEST_CASE_HEAD(build_c_o) 190 set_md_var("descr", "Tests the build_c_o function"); 192 ATF_TEST_CASE_BODY(build_c_o) 398 ATF_ADD_TEST_CASE(tcs, build_c_o);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | check_test.c | 106 atf_tc_set_md_var(tc, "descr", "Helper test case for build_c_o"); 124 atf_tc_set_md_var(tc, "descr", "Helper test case for build_c_o"); 235 ATF_TC(build_c_o); variable 236 ATF_TC_HEAD(build_c_o, tc) 241 ATF_TC_BODY(build_c_o, tc) 525 ATF_TP_ADD_TC(tp, build_c_o);
|
Completed in 12 milliseconds