Skip to content

Commit e989f2a

Browse files
committed
added TODO about exename not yet being set in TestFixture::SettingsBuilder::library()
1 parent 35b24cd commit e989f2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/fixture.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ void TestFixture::setTemplateFormat(const std::string &templateFormat)
401401
}
402402

403403
TestFixture::SettingsBuilder& TestFixture::SettingsBuilder::library(const char lib[]) {
404+
// TODO: exename is not yet set
404405
LOAD_LIB_2_EXE(settings.library, lib, fixture.exename.c_str());
405406
// strip extension
406407
std::string lib_s(lib);

0 commit comments

Comments
 (0)