add tests executable

This commit is contained in:
Lion Kortlepel
2022-05-26 11:43:02 +02:00
parent 2dd181d492
commit 019c5202ea
5 changed files with 98 additions and 40 deletions

2
test/test_main.cpp Normal file
View File

@@ -0,0 +1,2 @@
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include <doctest/doctest.h>