aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/reqrep0/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-11 16:25:45 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-12 09:39:36 -0800
commit5521b6e501c478a6113d6db8424bd89fb612763e (patch)
tree4f6f9f1697f7166b9a268b9df250e6d9d2808c7e /src/protocol/reqrep0/CMakeLists.txt
parent1b811f68eb0294e947c7b775fd24a239bb44b5b8 (diff)
downloadnng-5521b6e501c478a6113d6db8424bd89fb612763e.tar.gz
nng-5521b6e501c478a6113d6db8424bd89fb612763e.tar.bz2
nng-5521b6e501c478a6113d6db8424bd89fb612763e.zip
Test coverage improvements for REQ/REP.
This also fixes a possible bug if mixing poll file descriptors and contexts on the same socket. Most folks are unlikely to ever run into this bug. At this point the REQ/REP coverage is nearly complete (over 95%).
Diffstat (limited to 'src/protocol/reqrep0/CMakeLists.txt')
-rw-r--r--src/protocol/reqrep0/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/reqrep0/CMakeLists.txt b/src/protocol/reqrep0/CMakeLists.txt
index 4e1b7a8f..46eb7abf 100644
--- a/src/protocol/reqrep0/CMakeLists.txt
+++ b/src/protocol/reqrep0/CMakeLists.txt
@@ -23,7 +23,7 @@ nng_sources_if(NNG_PROTO_REP0 rep.c xrep.c)
nng_headers_if(NNG_PROTO_REP0 nng/protocol/reqrep0/rep.h)
nng_defines_if(NNG_PROTO_REP0 NNG_HAVE_REP0)
-nng_test(reqrep_test)
+nng_test(req_test)
nng_test(rep_test)
nng_test(xrep_test)
nng_test(xreq_test)