Skip to content

Commit ce7c8e1

Browse files
committed
added TODO about exename not yet being set in TestFixture::SettingsBuilder::library()
1 parent 10d65b0 commit ce7c8e1

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
@@ -368,6 +368,7 @@ void TestFixture::reportErr(const ErrorMessage &msg)
368368
}
369369

370370
TestFixture::SettingsBuilder& TestFixture::SettingsBuilder::library(const char lib[]) {
371+
// TODO: exename is not yet set
371372
LOAD_LIB_2_EXE(settings.library, lib, fixture.exename.c_str());
372373
// strip extension
373374
std::string lib_s(lib);

0 commit comments

Comments
 (0)