Added catch2 and cmakelists to test project, also translated math/mod tests to catch2

This commit is contained in:
Leonetienne
2022-02-11 10:56:47 +01:00
parent 171b23d9c3
commit ebdf8b85dd
4 changed files with 18032 additions and 62 deletions

2
Test/main.cpp Normal file
View File

@@ -0,0 +1,2 @@
#define CATCH_CONFIG_MAIN
#include "Catch2.h"