HomeSort by: relevance | last modified time | path
    Searched refs:build_c_o (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c++/
check.hpp 121 bool build_c_o(const std::string&, const std::string&,
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);
check.cpp 107 impl::build_c_o(const std::string& sfile, const std::string& ofile, function in class:impl
  /src/external/bsd/atf/dist/atf-c/
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 56 milliseconds