Create file structure

This commit is contained in:
2021-04-10 20:52:09 +02:00
commit 7570251185
10 changed files with 18104 additions and 0 deletions

2
test/src/test-main.cpp Normal file
View File

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

4
test/src/tests.cpp Normal file
View File

@@ -0,0 +1,4 @@
#include <catch.hpp>
#include <string>
#include <iostream>