Disable overly detailed test outputs

This commit is contained in:
tamasmeszaros 2022-02-03 17:12:53 +01:00
parent 3785ad3de4
commit 7a092467a8

View File

@ -3,7 +3,7 @@
#define CATCH_CONFIG_EXTERNAL_INTERFACES #define CATCH_CONFIG_EXTERNAL_INTERFACES
#define CATCH_CONFIG_MAIN #define CATCH_CONFIG_MAIN
#define CATCH_CONFIG_DEFAULT_REPORTER "verboseconsole" // #define CATCH_CONFIG_DEFAULT_REPORTER "verboseconsole"
#include <catch2/catch.hpp> #include <catch2/catch.hpp>
namespace Catch { namespace Catch {