This commit is contained in:
Tim Blume 2021-03-20 22:56:03 +01:00
parent 8b7b40d3ab
commit 600d7146d3
21 changed files with 175 additions and 39 deletions

View file

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