aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/reqrep0/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-01 23:00:35 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-01 23:10:47 -0800
commit835821497a9bbd0d65c20714279c6a2c102016c1 (patch)
treeb5c6e0ea177a5d120c0662929ab990a91c0ba737 /src/protocol/reqrep0/CMakeLists.txt
parent11985f8c59cccc0364bde7dd314e246ea53cff90 (diff)
downloadnng-835821497a9bbd0d65c20714279c6a2c102016c1.tar.gz
nng-835821497a9bbd0d65c20714279c6a2c102016c1.tar.bz2
nng-835821497a9bbd0d65c20714279c6a2c102016c1.zip
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.
Diffstat (limited to 'src/protocol/reqrep0/CMakeLists.txt')
-rw-r--r--src/protocol/reqrep0/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
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