From 8e54ae94ce44d57b49b35269f006fe2bf07ec13d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 2 May 2020 19:28:02 +0300 Subject: For external test packages use the 'all' class as default underlying build class set --- mod/build-config-module.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mod/build-config-module.hxx') diff --git a/mod/build-config-module.hxx b/mod/build-config-module.hxx index 04fd5b1..ba2698d 100644 --- a/mod/build-config-module.hxx +++ b/mod/build-config-module.hxx @@ -42,13 +42,15 @@ namespace brep exclude (const small_vector& exprs, const vector& constrs, const bbot::build_config& cfg, - string* reason = nullptr) const + string* reason = nullptr, + bool default_all_ucs = false) const { return brep::exclude (exprs, constrs, cfg, build_conf_->class_inheritance_map, - reason); + reason, + default_all_ucs); } // Check if the configuration belongs to the specified class. -- cgit v1.1