Sha256: 982eb2d0ecaf9a81f7520287b665e116c910952f35ad94f75d276f4d77ebcdb7
Contents?: true
Size: 363 Bytes
Versions: 16
Compression:
Stored size: 363 Bytes
Contents
#define CATCH_CONFIG_RUNNER #include <catch.hpp> // To enable log messages: // #define ENABLE_LOGGING #ifdef ENABLE_LOGGING #include <leatherman/logging/logging.hpp> #endif int main(int argc, char **argv) { #ifdef ENABLE_LOGGING leatherman::logging::set_level(leatherman::logging::log_level::debug); #endif return Catch::Session().run( argc, argv ); }
Version data entries
16 entries across 16 versions & 2 rubygems