aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/survey0/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-13 19:24:40 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-13 19:24:40 -0800
commit49ea4dd5ec717303caeaef7f6f4efd10c90c94e1 (patch)
tree85bceea6e6c1e8a9c82ec0be3a4d7a30229619fa /src/protocol/survey0/CMakeLists.txt
parent859bc56d1a64cd37500b3291634be416e3fbb0e7 (diff)
downloadnng-49ea4dd5ec717303caeaef7f6f4efd10c90c94e1.tar.gz
nng-49ea4dd5ec717303caeaef7f6f4efd10c90c94e1.tar.bz2
nng-49ea4dd5ec717303caeaef7f6f4efd10c90c94e1.zip
XSURVEY test suite added.
Diffstat (limited to 'src/protocol/survey0/CMakeLists.txt')
-rw-r--r--src/protocol/survey0/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/protocol/survey0/CMakeLists.txt b/src/protocol/survey0/CMakeLists.txt
index 271afabf..57d236f2 100644
--- a/src/protocol/survey0/CMakeLists.txt
+++ b/src/protocol/survey0/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
@@ -21,4 +21,6 @@ nng_defines_if(NNG_PROTO_SURVEYOR0 NNG_HAVE_SURVEYOR0)
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) \ No newline at end of file
+nng_defines_if(NNG_PROTO_RESPONDENT0 NNG_HAVE_RESPONDENT0)
+
+nng_test(xsurvey_test) \ No newline at end of file