Lines Matching full:atf
26 #include "atf-c++/detail/test_helpers.hpp"
33 #include <atf-c++.hpp>
35 #include "atf-c++/check.hpp"
36 #include "atf-c++/detail/env.hpp"
37 #include "atf-c++/detail/fs.hpp"
38 #include "atf-c++/detail/process.hpp"
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()
93 ".." / ".." / "atf-c" / helper; in get_process_helpers_path()
95 return atf::fs::path(tc.get_config_var("srcdir")) / in get_process_helpers_path()
96 ".." / "atf-c" / helper; in get_process_helpers_path()
98 return atf::fs::path(atf_c_tests_base) / helper; in get_process_helpers_path()