aboutsummaryrefslogtreecommitdiff
path: root/tests/b-info/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/b-info/driver.cxx')
-rw-r--r--tests/b-info/driver.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/b-info/driver.cxx b/tests/b-info/driver.cxx
index e22a018..fbd4763 100644
--- a/tests/b-info/driver.cxx
+++ b/tests/b-info/driver.cxx
@@ -63,7 +63,12 @@ try
cout.exceptions (ios::failbit | ios::badbit);
- b_project_info pi (b_info (project, 1 /* verb */, {}, b));
+ b_project_info pi (b_info (project,
+ 1 /* verb */,
+ {} /* cmd_callback */,
+ b,
+ {} /* search_fallback */,
+ {"--no-default-options"}));
cout << "project: " << pi.project << endl
<< "version: " << pi.version << endl