aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-11-30 21:50:12 -0500
committerGarrett D'Amore <garrett@damore.org>2024-11-30 22:33:42 -0500
commit0a2a8d4c14543b9b8b1228e6012b05190915bda4 (patch)
tree97be4892f700eff2bde58820976c6f6f9afddabc /src/core/CMakeLists.txt
parent6a417484cd7327b0092df47457fa8cc7f548955c (diff)
downloadnng-0a2a8d4c14543b9b8b1228e6012b05190915bda4.tar.gz
nng-0a2a8d4c14543b9b8b1228e6012b05190915bda4.tar.bz2
nng-0a2a8d4c14543b9b8b1228e6012b05190915bda4.zip
tests: convert synch test to NUTS.
While here we added a test for nng_cv_wake1 to demonstrate it does not fall afoul of the thundering herd.
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 90ef4023..b8aa1e63 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -88,5 +88,6 @@ nng_test(message_test)
nng_test(reconnect_test)
nng_test(sock_test)
nng_test(sockaddr_test)
+nng_test(synch_test)
nng_test(stats_test)
nng_test(url_test)