From 136afdbb1232f0546a2b013fd08cfe8278722ef2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 29 Sep 2020 21:12:03 +0300 Subject: Add ext_mods parameter to b_info() --- tests/b-info/driver.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/b-info/driver.cxx b/tests/b-info/driver.cxx index 6a3e0a4..3ecfbc0 100644 --- a/tests/b-info/driver.cxx +++ b/tests/b-info/driver.cxx @@ -63,10 +63,11 @@ try cout.exceptions (ios::failbit | ios::badbit); b_project_info pi (b_info (project, - 1 /* verb */, - {} /* cmd_callback */, + true /* ext_mods */, + 1 /* verb */, + {} /* cmd_callback */, b, - {} /* search_fallback */, + {} /* search_fallback */, {"--no-default-options"})); cout << "project: " << pi.project << endl -- cgit v1.1