diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-11-24 22:17:44 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-11-24 22:17:44 -0800 |
| commit | e1dc8358c8515ec456e255585e2952c6c01b62ea (patch) | |
| tree | 757ed88b70c05d3ad53ec9e6355cd86384f50fa9 /tests/CMakeLists.txt | |
| parent | 5ea2a1845f3393e91d6d102a8a89f339dd24f467 (diff) | |
| download | nng-e1dc8358c8515ec456e255585e2952c6c01b62ea.tar.gz nng-e1dc8358c8515ec456e255585e2952c6c01b62ea.tar.bz2 nng-e1dc8358c8515ec456e255585e2952c6c01b62ea.zip | |
Convert list to new test framework; detached node fixes.
List nodes that are not part of a list should return NULL when
asking for the next or previous item.
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a662d495..e3cbc5ad 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -132,7 +132,6 @@ add_nng_test(inproc 5) add_nng_test(ipc 5) add_nng_test(ipcsupp 10) add_nng_test(ipcwinsec 5) -add_nng_test(list 5) add_nng_test(message 5) add_nng_test(multistress 60) add_nng_test(nonblock 60) |
