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.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/utility.hxx') diff --git a/build2/utility.hxx b/build2/utility.hxx index fac1ca8..41020ac 100644 --- a/build2/utility.hxx +++ b/build2/utility.hxx @@ -167,6 +167,12 @@ namespace build2 bool path_only = false, const location& = location ()); + process_path + try_run_search (const path&, + bool init = false, + const dir_path& fallback = dir_path (), + bool path_only = false); + // Wait for process termination. Issue diagnostics and throw failed in case // of abnormal termination. If the process has terminated normally but with // a non-zero exit status, then, if error is true, assume the diagnostics -- cgit v1.1