You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Dmitriy Khaustov f38725b3db
Fixes for C++20 support (#215)
1 year ago
..
acceptance ws beast (#204) 2 years ago
deps SECIO (#41) 5 years ago
libp2p Fixes for C++20 support (#215) 1 year ago
mock/libp2p wss (#205) 2 years ago
testutil ws beast (#204) 2 years ago
CMakeLists.txt move headers, partially rename paths, fix 5 years ago
README.md add mocks 5 years ago

README.md

test

To add test, use:

# define binary
addtest(example1 part1.cpp)
# attach more sources
addtest_part(example1 part2.cpp)

OR

# define all sources in one test
addtest(example2 part1.cpp part2.cpp)