aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-07-06 14:45:53 -0700
committerGarrett D'Amore <garrett@damore.org>2017-07-06 14:45:53 -0700
commit3da27f7c9c1077f285f53b1e80a1befffe104770 (patch)
treedad07400dced42b061d036c9dd86aaf501592dfc /tests/CMakeLists.txt
parent82c70435ec9be9c607de4fbd62d4de9ae7d7c081 (diff)
downloadnng-3da27f7c9c1077f285f53b1e80a1befffe104770.tar.gz
nng-3da27f7c9c1077f285f53b1e80a1befffe104770.tar.bz2
nng-3da27f7c9c1077f285f53b1e80a1befffe104770.zip
Fixes for async resolver, plus a test suite for it.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 4dc0bd60..5dcc1379 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -81,6 +81,7 @@ add_nng_test(reqrep 5)
add_nng_test(pipeline 5)
add_nng_test(pollfd 5)
add_nng_test(pubsub 5)
+add_nng_test(resolv 10)
add_nng_test(sock 5)
add_nng_test(survey 5)
add_nng_test(tcp 5)