rpgxef/code/catch2/UnitTest.cpp
2019-09-20 23:32:37 +02:00

4 lines
No EOL
76 B
C++

#ifndef UNIT_TEST
#define CATCH_CONFIG_RUNNER
#include "catch.hpp"
#endif