From 835821497a9bbd0d65c20714279c6a2c102016c1 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 1 Jan 2020 23:00:35 -0800 Subject: fixes #1088 REP protocol does not signal SENDFD properly We've also added some TEST_NNG_SEND_STR and TEST_NNG_RECV_STR to help with convenience when writing test code. --- src/protocol/reqrep0/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/protocol/reqrep0/CMakeLists.txt') diff --git a/src/protocol/reqrep0/CMakeLists.txt b/src/protocol/reqrep0/CMakeLists.txt index 84c25c0e..4d2903c6 100644 --- a/src/protocol/reqrep0/CMakeLists.txt +++ b/src/protocol/reqrep0/CMakeLists.txt @@ -23,4 +23,5 @@ 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) \ No newline at end of file +nng_test(reqrep_test) +nng_test(rep_test) \ No newline at end of file -- cgit v1.2.3-70-g09d2