reflex2q3/test/catch.cpp

27 lines
615 B
C++
Raw Normal View History

/*
* =====================================================================================
*
* Filename: catch.cpp
*
2017-07-15 13:56:03 +05:30
* Description: Unit Tests using the Catch framework
*
* Version: 1.0
* Created: 07/03/2017 08:25:04 PM
* Revision: none
* Compiler: gcc
*
2017-08-27 08:52:12 +05:30
* Author: surkeh@protonmail.com
*
* =====================================================================================
*/
#ifndef CATCH_CONFIG_MAIN
#define CATCH_CONFIG_MAIN
#include "catch.hpp"
2017-07-15 13:56:03 +05:30
#include "catch-parser.cpp"
2017-07-15 14:11:31 +05:30
#include "catch-entityconverter.cpp"
#endif //CATCH_CONFIG_MAIN