Create project

This commit is contained in:
Loic Guegan 2022-01-23 20:57:28 +01:00
commit fd78f92863
10 changed files with 21790 additions and 0 deletions

6
tests/tests.cpp Normal file
View file

@ -0,0 +1,6 @@
#include <catch_amalgamated.hpp>
TEST_CASE( "DUMMY TEST", "[test]" ) {
REQUIRE( 1 == 1 );
}