mirror of
https://github.com/xodio/xod.git
synced 2026-03-03 15:34:03 +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"
|