diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-12-27 18:06:23 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-12-27 18:06:23 -0800 |
| commit | ddc078b98b2014e570969bd277936ffe0684f005 (patch) | |
| tree | c84e59dc27bfb695edac3bcb9f1e55cc8197595c /src/supplemental/websocket/CMakeLists.txt | |
| parent | 7c6ce24b028a8c201ac8eb1513a6424205c4d8d8 (diff) | |
| download | nng-ddc078b98b2014e570969bd277936ffe0684f005.tar.gz nng-ddc078b98b2014e570969bd277936ffe0684f005.tar.bz2 nng-ddc078b98b2014e570969bd277936ffe0684f005.zip | |
Move the WSS file test, and hopefully provide more debuggability.
Diffstat (limited to 'src/supplemental/websocket/CMakeLists.txt')
| -rw-r--r-- | src/supplemental/websocket/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/supplemental/websocket/CMakeLists.txt b/src/supplemental/websocket/CMakeLists.txt index 74438cd5..421c8915 100644 --- a/src/supplemental/websocket/CMakeLists.txt +++ b/src/supplemental/websocket/CMakeLists.txt @@ -10,6 +10,9 @@ if (NNG_SUPP_WEBSOCKET) nng_sources(websocket.c websocket.h) -else() + if (NNG_SUPP_TLS) + nng_test(wssfile_test) + endif () +else () nng_sources(stub.c) -endif() +endif () |
