aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-08-17 11:49:16 -0700
committerGarrett D'Amore <garrett@damore.org>2017-08-17 11:49:16 -0700
commit76c1fc80c931b086493835d037245ebbb5f8d406 (patch)
treee33b7765f755f7497eff26a9458c09ebe1da94ff /tests/CMakeLists.txt
parenta9633313ec8e578c805cd53b37ba3360d83157bc (diff)
downloadnng-76c1fc80c931b086493835d037245ebbb5f8d406.tar.gz
nng-76c1fc80c931b086493835d037245ebbb5f8d406.tar.bz2
nng-76c1fc80c931b086493835d037245ebbb5f8d406.zip
fixes #39 Transport ops vector should be versioned
This also includes tests for some of the edge cases surrounding pluggable transports, such as version mismatch, duplication registration, and failure to initialize.
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 754d3ab2..7dd74d8a 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -86,6 +86,7 @@ add_nng_test(resolv 10)
add_nng_test(sock 5)
add_nng_test(survey 5)
add_nng_test(synch 5)
+add_nng_test(transport 5)
add_nng_test(tcp 5)
add_nng_test(scalability 20)
add_nng_test(message 5)