Skip to content

Commit c499f9d

Browse files
authored
test: Run LoggerFixture::init in integration tests (#2636)
1 parent 420b99c commit c499f9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/Main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*/
1818
//==============================================================================
1919

20+
#include "util/LoggerFixtures.hpp"
2021
#include "util/TerminationHandler.hpp"
2122

2223
#include <TestGlobals.hpp>
@@ -33,6 +34,8 @@ main(int argc, char* argv[])
3334
{
3435
util::setTerminationHandler();
3536
testing::InitGoogleTest(&argc, argv);
37+
LoggerFixture::init();
38+
3639
TestGlobals::instance().parse(argc, argv);
3740

3841
return RUN_ALL_TESTS();

0 commit comments

Comments
 (0)