aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-12-05 14:22:45 -0800
committerGarrett D'Amore <garrett@damore.org>2017-12-26 12:48:45 -0800
commit21dec54769b2d8d80e57765b345af5d092639376 (patch)
treef1e029ff061335d01eecc45f4d4c2b08699eee07 /tests/CMakeLists.txt
parent0bcb57e8581b35c8d1d49284abdb0720607c818b (diff)
downloadnng-21dec54769b2d8d80e57765b345af5d092639376.tar.gz
nng-21dec54769b2d8d80e57765b345af5d092639376.tar.bz2
nng-21dec54769b2d8d80e57765b345af5d092639376.zip
Added SHA1 implementation and test suite.
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 aa6905f2..77eb0bc5 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -136,6 +136,7 @@ add_nng_test(pollfd 5)
add_nng_test(pubsub 5)
add_nng_test(reconnect 5)
add_nng_test(resolv 10)
+add_nng_test(sha1 5)
add_nng_test(sock 5)
add_nng_test(survey 5)
add_nng_test(synch 5)