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