diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-29 13:09:13 -0500 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-30 12:00:37 -0500 |
| commit | 12307a1afd2bb82901a03db9d3024288a4128563 (patch) | |
| tree | e478439b755b6545c5efeed5787f2875f1d6567b /src/sp/CMakeLists.txt | |
| parent | 3ca4e96aacce13e12652393df6d4724bada84c25 (diff) | |
| download | nng-12307a1afd2bb82901a03db9d3024288a4128563.tar.gz nng-12307a1afd2bb82901a03db9d3024288a4128563.tar.bz2 nng-12307a1afd2bb82901a03db9d3024288a4128563.zip | |
tests: Convert device test to NUTS
This also adds more tests for additional test cases (aio, and
more validations of incompatible device configurations).
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 128aac15..7ccaf051 100644 --- a/src/sp/CMakeLists.txt +++ b/src/sp/CMakeLists.txt @@ -19,4 +19,5 @@ nng_sources( ) nng_test(pipe_test) +nng_test(device_test) nng_test(multistress_test) |
