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.ixx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'build2/b-options.ixx') diff --git a/build2/b-options.ixx b/build2/b-options.ixx index ab5af3f..3433d79 100644 --- a/build2/b-options.ixx +++ b/build2/b-options.ixx @@ -476,6 +476,18 @@ namespace build2 return this->pager_option_specified_; } + inline const dir_path& options:: + default_options () const + { + return this->default_options_; + } + + inline bool options:: + default_options_specified () const + { + return this->default_options_specified_; + } + inline const bool& options:: no_default_options () const { -- cgit v1.1