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.
 
 
 
 
 
Ruslan Tushov d85fdc6a51
kad put (#274)
4 weeks ago
..
acceptance agent version (#178) 1 month ago
deps qtils (#249) 5 months ago
libp2p kad put (#274) 4 weeks ago
mock/libp2p Remove noexcept from p2p (#260) 3 months ago
testutil lsquic (#254) 1 month ago
CMakeLists.txt Refactor: format, include-guards, copyrights, git-hooks (#222) 1 year 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)