#define CATCH_CONFIG_MAIN #include #include "networkthread.h" TEST_CASE( "1 eq 1", "[test]" ) { REQUIRE( 1 == 1 ); }