Reorganized, expanded pickup file to include other entities, now .ent

This commit is contained in:
suhrke
2017-08-19 19:30:14 -07:00
parent 40f9432321
commit 3d6896e6ff
28 changed files with 110 additions and 61 deletions

26
test/catch.cpp Normal file
View File

@@ -0,0 +1,26 @@
/*
* =====================================================================================
*
* 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