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 3f4b6ea commit 190cee4Copy full SHA for 190cee4
1 file changed
test/fixture.cpp
@@ -385,6 +385,7 @@ void TestFixture::reportErr(const ErrorMessage &msg)
385
}
386
387
TestFixture::SettingsBuilder& TestFixture::SettingsBuilder::library(const char lib[]) {
388
+ // TODO: exename is not yet set
389
LOAD_LIB_2_EXE(settings.library, lib, fixture.exename.c_str());
390
// strip extension
391
std::string lib_s(lib);
0 commit comments