aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-11-28 15:08:33 -0800
committerGarrett D'Amore <garrett@damore.org>2017-12-26 12:45:44 -0800
commit0bcb57e8581b35c8d1d49284abdb0720607c818b (patch)
tree18ef2e26184bb0b63264e1ac4d555cf1325d97b2 /tests/CMakeLists.txt
parent1c7d0d01818130495f8472fd8f9108c97c37f2da (diff)
downloadnng-0bcb57e8581b35c8d1d49284abdb0720607c818b.tar.gz
nng-0bcb57e8581b35c8d1d49284abdb0720607c818b.tar.bz2
nng-0bcb57e8581b35c8d1d49284abdb0720607c818b.zip
Added base64 implementation, needed by websocket.
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 30f76a1d..aa6905f2 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -122,6 +122,7 @@ else ()
endif ()
add_nng_test(aio 5)
+add_nng_test(base64 5)
add_nng_test(bus 5)
add_nng_test(files 5)
add_nng_test(idhash 5)