From ed6432add13b0ee9c35a9bbd261e068969f0462d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Aug 2019 23:28:03 +0300 Subject: Make testscripts to ignore user's default options files --- build2/b-options.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build2/b-options.hxx') diff --git a/build2/b-options.hxx b/build2/b-options.hxx index 297e6a4..8fea395 100644 --- a/build2/b-options.hxx +++ b/build2/b-options.hxx @@ -538,6 +538,12 @@ namespace build2 bool pager_option_specified () const; + const dir_path& + default_options () const; + + bool + default_options_specified () const; + const bool& no_default_options () const; @@ -602,6 +608,8 @@ namespace build2 bool pager_specified_; strings pager_option_; bool pager_option_specified_; + dir_path default_options_; + bool default_options_specified_; bool no_default_options_; bool help_; bool version_; -- cgit v1.1