diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-12-05 14:22:45 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-12-26 12:48:45 -0800 |
| commit | 21dec54769b2d8d80e57765b345af5d092639376 (patch) | |
| tree | f1e029ff061335d01eecc45f4d4c2b08699eee07 /tests/CMakeLists.txt | |
| parent | 0bcb57e8581b35c8d1d49284abdb0720607c818b (diff) | |
| download | nng-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.txt | 1 |
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) |
