aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/reqrep0/CMakeLists.txt
diff options
context:
space:
mode:
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)