configure catch2 framework
This commit is contained in:
parent
2198f80e22
commit
5eacc49a62
3 changed files with 22 additions and 17799 deletions
17799
tests/catch.hpp
17799
tests/catch.hpp
File diff suppressed because it is too large
Load diff
8
tests/generic_tests.cpp
Normal file
8
tests/generic_tests.cpp
Normal 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 );
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue