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

  /src/external/bsd/atf/dist/atf-c++/
check.hpp 123 bool build_cpp(const std::string&, const std::string&,
check_test.cpp 124 set_md_var("descr", "Helper test case for build_cpp");
134 ATF_REQUIRE(atf::check::build_cpp("test.c", "test.p",
141 set_md_var("descr", "Helper test case for build_cpp");
149 ATF_REQUIRE(!atf::check::build_cpp("test.c", "test.p",
207 ATF_TEST_CASE(build_cpp); variable
208 ATF_TEST_CASE_HEAD(build_cpp)
210 set_md_var("descr", "Tests the build_cpp function");
212 ATF_TEST_CASE_BODY(build_cpp)
399 ATF_ADD_TEST_CASE(tcs, build_cpp);
check.cpp 121 impl::build_cpp(const std::string& sfile, const std::string& ofile, function in class:impl
  /src/external/bsd/atf/dist/atf-c/
check_test.c 142 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cpp");
168 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cpp");
256 ATF_TC(build_cpp); variable
257 ATF_TC_HEAD(build_cpp, tc)
262 ATF_TC_BODY(build_cpp, tc)
526 ATF_TP_ADD_TC(tp, build_cpp);

Completed in 16 milliseconds