reflex2q3/test/catch.cpp

27 lines
610 B
C++

/*
* =====================================================================================
*
* Filename: catch.cpp
*
* Description: Unit Tests using the Catch framework
*
* Version: 1.0
* Created: 07/03/2017 08:25:04 PM
* Revision: none
* Compiler: gcc
*
* Author: suhrke@teknik.io
*
* =====================================================================================
*/
#ifndef CATCH_CONFIG_MAIN
#define CATCH_CONFIG_MAIN
#include "catch.hpp"
#include "catch-parser.cpp"
#include "catch-entityconverter.cpp"
#endif //CATCH_CONFIG_MAIN