aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/survey0/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-15 22:16:09 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-16 20:22:15 -0800
commit1cf3205d805be83e17ce096305d6eaef94e3a4d2 (patch)
treecc726655772c9ba3682228889504adb562a5406a /src/protocol/survey0/CMakeLists.txt
parent49ea4dd5ec717303caeaef7f6f4efd10c90c94e1 (diff)
downloadnng-1cf3205d805be83e17ce096305d6eaef94e3a4d2.tar.gz
nng-1cf3205d805be83e17ce096305d6eaef94e3a4d2.tar.bz2
nng-1cf3205d805be83e17ce096305d6eaef94e3a4d2.zip
RESPOND needs to use atomic for TTL.
Also, add a test to cover the RESPOND protocol. This gets about 95% of the coverage.
Diffstat (limited to 'src/protocol/survey0/CMakeLists.txt')
-rw-r--r--src/protocol/survey0/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/survey0/CMakeLists.txt b/src/protocol/survey0/CMakeLists.txt
index 57d236f2..eeec4ee1 100644
--- a/src/protocol/survey0/CMakeLists.txt
+++ b/src/protocol/survey0/CMakeLists.txt
@@ -23,4 +23,5 @@ nng_sources_if(NNG_PROTO_RESPONDENT0 respond.c xrespond.c)
nng_headers_if(NNG_PROTO_RESPONDENT0 nng/protocol/survey0/respond.h)
nng_defines_if(NNG_PROTO_RESPONDENT0 NNG_HAVE_RESPONDENT0)
+nng_test(respond_test)
nng_test(xsurvey_test) \ No newline at end of file