Call addSetup from fixture

This commit is contained in:
Francis ANDRE 2018-05-21 22:01:24 +02:00
parent c0d76f516c
commit 4bd63a8ef3

View File

@ -69,6 +69,8 @@ protected:
void setUp()
{
if (!setup().empty())
_fixture.get()->addSetup(setup());
_fixture.get()->setUp();
}