mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
ctest: Add missing test_udp and test_large_msg
This commit fixes the author warnings reported below. These tests have originally been introduced in zeromq/libzmq@5ebfd17 and zeromq/libzmq@5fe75f0. 8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<--- CMake Warning (dev) at tests/CMakeLists.txt:133 (message): Test 'test_udp' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tests/CMakeLists.txt:133 (message): Test 'test_large_msg' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. 8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---
This commit is contained in:
parent
b784943f90
commit
05e48cc6a9
@ -70,7 +70,9 @@ set(tests
|
||||
test_xpub_manual
|
||||
test_xpub_welcome_msg
|
||||
test_timers
|
||||
test_large_msg
|
||||
test_radio_dish
|
||||
test_udp
|
||||
)
|
||||
if(NOT WIN32)
|
||||
list(APPEND tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user