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 f58a4d8 commit 294febbCopy full SHA for 294febb
1 file changed
test/fixture.cpp
@@ -400,6 +400,7 @@ void TestFixture::setTemplateFormat(const std::string &templateFormat)
400
}
401
402
TestFixture::SettingsBuilder& TestFixture::SettingsBuilder::library(const char lib[]) {
403
+ // TODO: exename is not yet set
404
LOAD_LIB_2_EXE(settings.library, lib, fixture.exename.c_str());
405
// strip extension
406
std::string lib_s(lib);
0 commit comments