From fbbd9fba54c1702c0bd1eb59914184cd73f191fa Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 29 May 2013 19:41:36 +0000 Subject: Modify atf::fs::path::get_process_helpers_path API to properly handle pathing with detail/ tests. Based on patch pushed upstream to ATF project. Obtained from: Garrett Cooper --- contrib/atf/atf-c++/detail/test_helpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/atf/atf-c++/detail/test_helpers.hpp') diff --git a/contrib/atf/atf-c++/detail/test_helpers.hpp b/contrib/atf/atf-c++/detail/test_helpers.hpp index 059a0a5..1f9c41c 100644 --- a/contrib/atf/atf-c++/detail/test_helpers.hpp +++ b/contrib/atf/atf-c++/detail/test_helpers.hpp @@ -86,7 +86,7 @@ class tc; void header_check(const char*); void build_check_cxx_o(const atf::tests::tc&, const char*, const char*, bool); -atf::fs::path get_process_helpers_path(const atf::tests::tc&); +atf::fs::path get_process_helpers_path(const atf::tests::tc&, bool); bool grep_file(const char*, const char*); bool grep_string(const std::string&, const char*); -- cgit v1.1