We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exename
TestFixture::SettingsBuilder::library()
1 parent 6009d31 commit 348cb67Copy full SHA for 348cb67
1 file changed
test/fixture.cpp
@@ -368,6 +368,7 @@ void TestFixture::reportErr(const ErrorMessage &msg)
368
}
369
370
TestFixture::SettingsBuilder& TestFixture::SettingsBuilder::library(const char lib[]) {
371
+ // TODO: exename is not yet set
372
LOAD_LIB_2_EXE(settings.library, lib, fixture.exename.c_str());
373
// strip extension
374
std::string lib_s(lib);
0 commit comments