Skip to content

Commit 38b57e6

Browse files
committed
added TODO about exename not yet being set in TestFixture::SettingsBuilder::library()
1 parent fd474bb commit 38b57e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fixture.cpp

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

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

0 commit comments

Comments
 (0)