aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2021-07-07 15:51:00 -0700
committerGarrett D'Amore <garrett@damore.org>2021-07-07 15:51:00 -0700
commitae4def5faad10a89da77abe694e48df50f54cec4 (patch)
treebbc8e77d95b2690893150f39105b81bb98cd6664 /src/core/CMakeLists.txt
parent886ef5bc75e1e1f7b549692ede55cdfc8e85ef8c (diff)
downloadnng-ae4def5faad10a89da77abe694e48df50f54cec4.tar.gz
nng-ae4def5faad10a89da77abe694e48df50f54cec4.tar.bz2
nng-ae4def5faad10a89da77abe694e48df50f54cec4.zip
Add test cases for nng_msg_reserve, etc. Convert message tests to NUTS.
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index ac3cdaec..459e5f23 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2020 Staysail Systems, Inc. <info@staystail.tech>
+# Copyright 2021 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(buf_size_test)
nng_test(errors_test)
nng_test(id_test)
nng_test(list_test)
+nng_test(message_test)
nng_test(reconnect_test)
nng_test(sock_test)
nng_test(url_test)