Add catch framework for testing

This commit is contained in:
Mario Hüttel 2020-04-18 02:21:23 +02:00
parent 330285cc2f
commit 74f9663bde
2 changed files with 17620 additions and 0 deletions

17618
test/catch-framework/catch.hpp Normal file

File diff suppressed because it is too large Load Diff

2
test/test-main.cpp Normal file
View File

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