aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-04-25 07:48:41 -0700
committerGarrett D'Amore <garrett@damore.org>2018-04-25 10:56:37 -0700
commit7496c64c12d7a22abc2bd7cbdbe8198832338cf1 (patch)
tree725b1679b355cb2d733103f305e148d587c4e58b /tests/CMakeLists.txt
parent90267002f229322c82a43c160ae699a4791efe50 (diff)
downloadnng-7496c64c12d7a22abc2bd7cbdbe8198832338cf1.tar.gz
nng-7496c64c12d7a22abc2bd7cbdbe8198832338cf1.tar.bz2
nng-7496c64c12d7a22abc2bd7cbdbe8198832338cf1.zip
fixes #347 Legacy option NN_SNDBUF and NN_RCVBUF in bytes not messages
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 af570daa..d658dd65 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -126,6 +126,7 @@ else ()
endif ()
add_nng_test(aio 5 ON)
+add_nng_test(bufsz 5 NNG_PROTO_PAIR0)
add_nng_test(base64 5 NNG_SUPP_BASE64)
add_nng_test(device 5 ON)
add_nng_test(errors 2 ON)