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 6ad014d commit b2ab4a9Copy full SHA for b2ab4a9
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