#define CATCH_CONFIG_RUNNER #include #include "tools/logging.hpp" int main( int argc, char* argv[] ) { LOGGER::setLogging(LOG_LEVEL::TRACE); auto result = Catch::Session().run( argc, argv ); return result; }