mirror of
https://github.com/xodio/xod.git
synced 2026-03-04 07:54:04 +01:00
6 lines
153 B
C++
6 lines
153 B
C++
// catch2 configuration
|
|
#define CATCH_CONFIG_MAIN
|
|
#define CATCH_CONFIG_FAST_COMPILE
|
|
#define CATCH_CONFIG_DEFAULT_REPORTER "console"
|
|
#include "catch.hpp"
|