aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-12-28 10:55:13 -0800
committerGarrett D'Amore <garrett@damore.org>2019-12-28 12:41:31 -0800
commit255a85d10f68a898c671f9387da61e0ba62a61c7 (patch)
tree17b93ed72f14b023677234a5cb870efe4f9f4f35 /tests/CMakeLists.txt
parent50b5f060548987de6f5ac65f39fa0eecb597decb (diff)
downloadnng-255a85d10f68a898c671f9387da61e0ba62a61c7.tar.gz
nng-255a85d10f68a898c671f9387da61e0ba62a61c7.tar.bz2
nng-255a85d10f68a898c671f9387da61e0ba62a61c7.zip
fixes #986 ws_read_finish_str free invalid pointer
Also, this has refactored the websocket stream test to the new acutest.h, and includes a much deeper test of fragmentation and reassembly of websocket streams.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index bab00692..c4856aed 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -161,9 +161,8 @@ add_nng_test(tcp6 60)
add_nng_test(transport 5)
add_nng_test(udp 5)
add_nng_test(url 5)
-add_nng_test1(ws 30 NNG_TRANSPORT_WS)
+add_nng_test(ws 30)
add_nng_test1(wss 30 NNG_TRANSPORT_WSS)
-add_nng_test1(wsstream 10 NNG_TRANSPORT_WS)
add_nng_test1(zt 60 NNG_TRANSPORT_ZEROTIER)
add_nng_test(bus 5)