aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-08-10 22:51:26 -0700
committerGarrett D'Amore <garrett@damore.org>2017-08-10 22:51:26 -0700
commit7cb95b18537648ea8104bea80aa9f458d4ed8df3 (patch)
tree3bd78e15beb5087ae781b7a377b9c123330df96e
parentdbbee1a3ea7fbd26c528eb96ebe0dbfd7075e292 (diff)
downloadnng-7cb95b18537648ea8104bea80aa9f458d4ed8df3.tar.gz
nng-7cb95b18537648ea8104bea80aa9f458d4ed8df3.tar.bz2
nng-7cb95b18537648ea8104bea80aa9f458d4ed8df3.zip
Restore the device test.
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index f0c09ca6..c5244667 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -88,6 +88,7 @@ add_nng_test(survey 5)
add_nng_test(tcp 5)
add_nng_test(scalability 20)
add_nng_test(message 5)
+add_nng_test(device 5)
# compatbility tests
add_nng_compat_test(compat_block 5)