mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 15:45:52 +00:00
fix: Keep spdlog loggers valid between tests (#2614)
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include "util/LoggerFixtures.hpp"
|
||||
#include "util/TerminationHandler.hpp"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
@@ -27,5 +28,7 @@ main(int argc, char* argv[])
|
||||
util::setTerminationHandler();
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
|
||||
LoggerFixture::init();
|
||||
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user