Test setup

This commit is contained in:
Simon Brand
2017-10-26 21:09:41 +01:00
parent 6d60a9d9b9
commit 9fdb2db439
2 changed files with 11608 additions and 0 deletions

11606
tests/catch.hpp Normal file

File diff suppressed because it is too large Load Diff

2
tests/main.cpp Normal file
View File

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