Files
xod/packages/xod-tabtest/cpp/main.cpp
2018-12-03 12:26:02 +03:00

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"