diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-29 12:16:38 -0500 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-30 11:59:22 -0500 |
| commit | 016a287737102224c6dead7f4dea7fe7cdab41b6 (patch) | |
| tree | 008a09739964b273aaae1ef75c9eb25060af5920 /src/sp/CMakeLists.txt | |
| parent | ded12bd85abbf59c7377a1b67878fa399ca9eae9 (diff) | |
| download | nng-016a287737102224c6dead7f4dea7fe7cdab41b6.tar.gz nng-016a287737102224c6dead7f4dea7fe7cdab41b6.tar.bz2 nng-016a287737102224c6dead7f4dea7fe7cdab41b6.zip | |
tests: multistress test converted to NUTS
Diffstat (limited to 'src/sp/CMakeLists.txt')
| -rw-r--r-- | src/sp/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp/CMakeLists.txt b/src/sp/CMakeLists.txt index 16123d82..128aac15 100644 --- a/src/sp/CMakeLists.txt +++ b/src/sp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2021 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 @@ -19,3 +19,4 @@ nng_sources( ) nng_test(pipe_test) +nng_test(multistress_test) |
