bigsnitch/tests/generic_tests.cpp
2020-09-04 10:33:33 +02:00

8 lines
No EOL
141 B
C++

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