diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-04 14:25:44 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-04 16:40:37 -0800 |
| commit | a40b421d39a64c285a4ac23304538690aaa90739 (patch) | |
| tree | 8b55dad260cafe6c02938fd1850f0a2e88e776ce /src/core/CMakeLists.txt | |
| parent | 7cdba9654117b4be1bf43925c10bae1a2a510cfa (diff) | |
| download | nng-a40b421d39a64c285a4ac23304538690aaa90739.tar.gz nng-a40b421d39a64c285a4ac23304538690aaa90739.tar.bz2 nng-a40b421d39a64c285a4ac23304538690aaa90739.zip | |
api: Promote idhash supplemental API to core
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index ba8b1ca8..9f5b4a95 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2024 Staysail Systems, Inc. <info@staystail.tech> +# Copyright 2025 Staysail Systems, Inc. <info@staystail.tech> # # This software is supplied under the terms of the MIT License, a # copy of which should be located in the distribution where this @@ -84,6 +84,7 @@ nng_test(aio_test) nng_test(buf_size_test) nng_test(errors_test) nng_test(id_test) +nng_test(idhash_test) nng_test(init_test) nng_test(list_test) nng_test(log_test) |
