mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	test: Run LoggerFixture::init in integration tests (#2636)
This commit is contained in:
		@@ -17,6 +17,7 @@
 | 
			
		||||
*/
 | 
			
		||||
//==============================================================================
 | 
			
		||||
 | 
			
		||||
#include "util/LoggerFixtures.hpp"
 | 
			
		||||
#include "util/TerminationHandler.hpp"
 | 
			
		||||
 | 
			
		||||
#include <TestGlobals.hpp>
 | 
			
		||||
@@ -33,6 +34,8 @@ main(int argc, char* argv[])
 | 
			
		||||
{
 | 
			
		||||
    util::setTerminationHandler();
 | 
			
		||||
    testing::InitGoogleTest(&argc, argv);
 | 
			
		||||
    LoggerFixture::init();
 | 
			
		||||
 | 
			
		||||
    TestGlobals::instance().parse(argc, argv);
 | 
			
		||||
 | 
			
		||||
    return RUN_ALL_TESTS();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user