first commit

This commit is contained in:
Carl Pearson
2020-03-24 08:18:43 -05:00
commit 9849273411
13 changed files with 18165 additions and 0 deletions

2
test/test_main.cpp Normal file
View File

@@ -0,0 +1,2 @@
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
#include "catch2/catch.hpp"