mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 17:00:53 +00:00
4 lines
76 B
C++
4 lines
76 B
C++
|
#ifndef UNIT_TEST
|
||
|
#define CATCH_CONFIG_RUNNER
|
||
|
#include "catch.hpp"
|
||
|
#endif
|