From ac838a3c051e8f15514f0454b060d00695b372f7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Apr 2019 10:33:59 +0200 Subject: Add dry-run support to test rules --- build2/utility.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build2/utility.cxx') diff --git a/build2/utility.cxx b/build2/utility.cxx index af34175..91aecdf 100644 --- a/build2/utility.cxx +++ b/build2/utility.cxx @@ -173,6 +173,15 @@ namespace build2 fail (l) << "unable to execute " << f << ": " << e << endf; } + process_path + try_run_search (const path& f, + bool init, + const dir_path& fallback, + bool path_only) + { + return process::try_path_search (f, init, fallback, path_only); + } + process run_start (uint16_t verbosity, const process_env& pe, -- cgit v1.1