/* * ===================================================================================== * * 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