configure catch2 framework

This commit is contained in:
Jan Schreiber 2020-09-04 10:33:33 +02:00
parent 2198f80e22
commit 5eacc49a62
3 changed files with 22 additions and 17799 deletions

File diff suppressed because it is too large Load diff

8
tests/generic_tests.cpp Normal file
View file

@ -0,0 +1,8 @@
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include "networkthread.h"
TEST_CASE( "1 eq 1", "[test]" ) {
REQUIRE( 1 == 1 );
}