aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-08-07 19:10:09 -0700
committerGarrett D'Amore <garrett@damore.org>2017-08-07 19:12:25 -0700
commitfe2c07b6a0dced827b7e086b39b1908d1861af39 (patch)
tree7b9c92ba201dd2217636137a09353f1f503c591a /tests/CMakeLists.txt
parent2d4b95450141b3f3c581e510b53ee519e592f5d9 (diff)
downloadnng-fe2c07b6a0dced827b7e086b39b1908d1861af39.tar.gz
nng-fe2c07b6a0dced827b7e086b39b1908d1861af39.tar.bz2
nng-fe2c07b6a0dced827b7e086b39b1908d1861af39.zip
Add some more compatibility tests; fix surveyor compat bug.
We noticed a bug in the surveyor handling of the options; this fixes that. At the same time, we noticed a race condition in the setting of the error for future calls, a short sleep seems to cure it. This distinction (ESTATE vs ETIMEDOUT) is pretty annoying, and it would be better to have a different way to handle it. More work here is warranted.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 47c086d2..7b8768dc 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -94,5 +94,9 @@ add_nng_compat_test(compat_bug777 5)
add_nng_compat_test(compat_bus 5)
add_nng_compat_test(compat_cmsg 5)
add_nng_compat_test(compat_msg 5)
+add_nng_compat_test(compat_iovec 5)
add_nng_compat_test(compat_device 5)
+add_nng_compat_test(compat_pair 5)
+add_nng_compat_test(compat_pipeline 5)
add_nng_compat_test(compat_reqrep 5)
+add_nng_compat_test(compat_survey 5)