Added unit tests (catch based)

This commit is contained in:
gabime
2015-05-15 20:30:37 +03:00
parent 056352cf42
commit 2f81e54568
10 changed files with 9832 additions and 0 deletions

2
tests/main.cpp Normal file
View File

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