aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-09-29 21:12:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-10-01 16:58:38 +0300
commit136afdbb1232f0546a2b013fd08cfe8278722ef2 (patch)
tree5d3109675edbf2530bc6c89fe5588a390cb177ee /tests
parent177d187a8e1eb01d18f4541726467bf6eef114fd (diff)
Add ext_mods parameter to b_info()
Diffstat (limited to 'tests')
-rw-r--r--tests/b-info/driver.cxx7
1 files changed, 4 insertions, 3 deletions
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