mac: ceftests: Fix helper app linker errors (see issue #2969)

This commit is contained in:
Marshall Greenblatt
2021-04-11 19:13:35 -04:00
parent a4603c6f1a
commit 6d25033822
3 changed files with 3 additions and 3 deletions

View File

@@ -169,6 +169,8 @@ int main(int argc, char* argv[]) {
settings.no_sandbox = true;
#endif
client::ClientAppBrowser::PopulateSettings(test_suite.command_line(),
settings);
test_suite.GetSettings(settings);
#if defined(OS_MAC)