aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/websocket/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-11-17 15:25:01 -0800
committerGarrett D'Amore <garrett@damore.org>2020-11-17 19:05:32 -0800
commit47754eff45271d674fe6d347be82d6755195e8ce (patch)
tree6952c9fba61900e51760cb954cab24acbfb1b454 /src/supplemental/websocket/CMakeLists.txt
parent1ebbe9fd8612ed2794c06108d485819f2d1e03d5 (diff)
downloadnng-47754eff45271d674fe6d347be82d6755195e8ce.tar.gz
nng-47754eff45271d674fe6d347be82d6755195e8ce.tar.bz2
nng-47754eff45271d674fe6d347be82d6755195e8ce.zip
fixes #1355 wss4 and wss6 don't work as they should
This also properly reenables the wssfile_test.
Diffstat (limited to 'src/supplemental/websocket/CMakeLists.txt')
-rw-r--r--src/supplemental/websocket/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/supplemental/websocket/CMakeLists.txt b/src/supplemental/websocket/CMakeLists.txt
index 8effa931..200aeee4 100644
--- a/src/supplemental/websocket/CMakeLists.txt
+++ b/src/supplemental/websocket/CMakeLists.txt
@@ -10,10 +10,8 @@
if (NNG_SUPP_WEBSOCKET)
nng_sources(websocket.c websocket.h)
- if (NNG_SUPP_TLS)
- nng_test(wssfile_test)
- endif ()
else ()
nng_sources(stub.c)
endif ()
+nng_test(wssfile_test)
nng_test(websocket_test)