aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-08-10 23:33:06 -0700
committerGarrett D'Amore <garrett@damore.org>2017-08-10 23:33:06 -0700
commitc552065e80c92ad150d33a23513ea0f8f2bfea6f (patch)
tree0c7008dad09319ad2deced9651d1ca6c7cbbb898 /tests/CMakeLists.txt
parent19e0363f3e710fcb26f7e3404f2647ec60233824 (diff)
downloadnng-c552065e80c92ad150d33a23513ea0f8f2bfea6f.tar.gz
nng-c552065e80c92ad150d33a23513ea0f8f2bfea6f.tar.bz2
nng-c552065e80c92ad150d33a23513ea0f8f2bfea6f.zip
Verify errno handling works; use table driven approach.
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 c5244667..8234654f 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -89,6 +89,7 @@ add_nng_test(tcp 5)
add_nng_test(scalability 20)
add_nng_test(message 5)
add_nng_test(device 5)
+add_nng_test(errors 2)
# compatbility tests
add_nng_compat_test(compat_block 5)