add testing

This commit is contained in:
Jarryd Beck
2016-08-25 08:49:56 +10:00
parent c51b8bbdee
commit 2d480c0228
6 changed files with 10495 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#define CATCH_CONFIG_MAIN
#include "catch.hpp"
TEST_CASE("Basic options", "[options]")
{
}