diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-30 22:46:27 -0500 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-30 22:46:27 -0500 |
| commit | 8f036f1e0b231f5ec7c146ba31a6f73d3595d47a (patch) | |
| tree | 50cbe164c8013a43db25aabef0b9dbac912a2cb6 /src/sp/CMakeLists.txt | |
| parent | 0a2a8d4c14543b9b8b1228e6012b05190915bda4 (diff) | |
| download | nng-8f036f1e0b231f5ec7c146ba31a6f73d3595d47a.tar.gz nng-8f036f1e0b231f5ec7c146ba31a6f73d3595d47a.tar.bz2 nng-8f036f1e0b231f5ec7c146ba31a6f73d3595d47a.zip | |
tests: convert nonblock test to NUTS
Diffstat (limited to 'src/sp/CMakeLists.txt')
| -rw-r--r-- | src/sp/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp/CMakeLists.txt b/src/sp/CMakeLists.txt index 7ccaf051..42ce2020 100644 --- a/src/sp/CMakeLists.txt +++ b/src/sp/CMakeLists.txt @@ -21,3 +21,4 @@ nng_sources( nng_test(pipe_test) nng_test(device_test) nng_test(multistress_test) +nng_test(nonblock_test) |
