reflex2q3/test/catch.cpp
2017-08-26 20:22:12 -07:00

27 lines
615 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: surkeh@protonmail.com
*
* =====================================================================================
*/
#ifndef CATCH_CONFIG_MAIN
#define CATCH_CONFIG_MAIN
#include "catch.hpp"
#include "catch-parser.cpp"
#include "catch-entityconverter.cpp"
#endif //CATCH_CONFIG_MAIN