Lines Matching refs:atf
56 optargs.push_back("-I" + atf::env::get("ATF_INCLUDEDIR", ATF_INCLUDEDIR)); in build_check_cxx_o()
60 return atf::check::build_cxx_o(sfile, "test.o", in build_check_cxx_o()
61 atf::process::argv_array(optargs)); in build_check_cxx_o()
65 build_check_cxx_o_srcdir(const atf::tests::tc& tc, const char* sfile) in build_check_cxx_o_srcdir()
67 const atf::fs::path sfilepath = in build_check_cxx_o_srcdir()
68 atf::fs::path(tc.get_config_var("srcdir")) / sfile; in build_check_cxx_o_srcdir()
86 atf::fs::path
87 get_process_helpers_path(const atf::tests::tc& tc, bool is_detail) in get_process_helpers_path()
92 return atf::fs::path(tc.get_config_var("srcdir")) / in get_process_helpers_path()
95 return atf::fs::path(tc.get_config_var("srcdir")) / in get_process_helpers_path()
98 return atf::fs::path(atf_c_tests_base) / helper; in get_process_helpers_path()