diff options
author | Determinant <[email protected]> | 2019-06-27 20:33:06 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-06-27 20:33:06 -0400 |
commit | d15ec0b93def57e5f3832f429a3b948e86a62887 (patch) | |
tree | 407070a72607b6b0f0b1742e3676c731fb3f7e06 /test/CMakeLists.txt | |
parent | 85552ce1b0bc997f58341f21ab8bbcf7d937ab4b (diff) |
finish p2p & TLS integration and testing
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index d112b7a..0a1d3f1 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -35,6 +35,9 @@ target_link_libraries(test_msgnet_tls salticidae_static) add_executable(test_p2p test_p2p.cpp) target_link_libraries(test_p2p salticidae_static) +add_executable(test_p2p_tls test_p2p_tls.cpp) +target_link_libraries(test_p2p_tls salticidae_static) + add_executable(test_p2p_stress test_p2p_stress.cpp) target_link_libraries(test_p2p_stress salticidae_static) |