Import Catch and make a unit test program that uses it.

This commit is contained in:
King_DuckZ 2016-11-11 20:37:35 +01:00
parent ce9eff82f1
commit 7f49ef36d6
5 changed files with 25 additions and 0 deletions

2
test/unit/main.cpp Normal file
View file

@ -0,0 +1,2 @@
#define CATCH_CONFIG_MAIN
#include "catch.hpp"