Home | History | Annotate | Download | only in process

Lines Matching defs:helpers

179 /// Calculates the path to the test helpers binary.
184 /// \return The path to the helpers binary.
188 return fs::path(tc->get_config_var("srcdir")) / "helpers";
594 ATF_REQUIRE(::symlink(get_helpers(this).c_str(), "root/helpers") != -1);
597 fs::path("root/helpers"), args, fs::path("out"), fs::path("err"));
612 ATF_REQUIRE(::symlink(get_helpers(this).c_str(), "helpers") != -1);
615 fs::path("helpers"), args, fs::path("out"), fs::path("err"));
632 const fs::path helpers = get_helpers(this);
633 utils::setenv("PATH", helpers.branch_path().c_str());
635 fs::path(helpers.leaf_name()), args);