diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-02-25 23:18:01 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-02-25 23:38:52 -0800 |
| commit | df20afb04ff9b468b17ab0e1977195820f6f5665 (patch) | |
| tree | 7c21021f73f1c1dea92f153c83701c2286a77ef1 /src/platform/CMakeLists.txt | |
| parent | a34a07db1dade514721b36ee6ad94d2af9eff595 (diff) | |
| download | nng-df20afb04ff9b468b17ab0e1977195820f6f5665.tar.gz nng-df20afb04ff9b468b17ab0e1977195820f6f5665.tar.bz2 nng-df20afb04ff9b468b17ab0e1977195820f6f5665.zip | |
Convert UDP platform test to NUTS.
This also restores the IPv6 sanity check. Note that UDP is still
not supported as a transport, but this can be used to implement
higher level transports such as ZeroTier (or later QUIC).
Diffstat (limited to 'src/platform/CMakeLists.txt')
| -rw-r--r-- | src/platform/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/platform/CMakeLists.txt b/src/platform/CMakeLists.txt index 2b2288e1..6a49d1fe 100644 --- a/src/platform/CMakeLists.txt +++ b/src/platform/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2020 Staysail Systems, Inc. <info@staystail.tech> +# Copyright 2024 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 @@ -14,4 +14,5 @@ add_subdirectory(posix) add_subdirectory(windows) nng_test(platform_test) -nng_test(resolver_test)
\ No newline at end of file +nng_test(resolver_test) +nng_test(udp_test) |
