aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/reqrep0/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-08 23:57:46 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-09 00:31:31 -0800
commit516b99946aad5da15020de9d7175d44c12fd14c6 (patch)
tree85b18b718ed4ce995ac49a56441ed0cf800a14c3 /src/protocol/reqrep0/CMakeLists.txt
parent136eabff656f77e3eed58abb2fc4cf2b3f7268ae (diff)
downloadnng-516b99946aad5da15020de9d7175d44c12fd14c6.tar.gz
nng-516b99946aad5da15020de9d7175d44c12fd14c6.tar.bz2
nng-516b99946aad5da15020de9d7175d44c12fd14c6.zip
fixes #1124 data race on ttl in xrep
Diffstat (limited to 'src/protocol/reqrep0/CMakeLists.txt')
-rw-r--r--src/protocol/reqrep0/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/protocol/reqrep0/CMakeLists.txt b/src/protocol/reqrep0/CMakeLists.txt
index 4d2903c6..3cd8d366 100644
--- a/src/protocol/reqrep0/CMakeLists.txt
+++ b/src/protocol/reqrep0/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2019 Staysail Systems, Inc. <info@staysail.tech>
+# Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
# Copyright 2018 Capitar IT Group BV <info@capitar.com>
#
# This software is supplied under the terms of the MIT License, a
@@ -24,4 +24,5 @@ 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(rep_test) \ No newline at end of file
+nng_test(rep_test)
+nng_test(xrep_test)