aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-11-24 22:17:44 -0800
committerGarrett D'Amore <garrett@damore.org>2020-11-24 22:17:44 -0800
commite1dc8358c8515ec456e255585e2952c6c01b62ea (patch)
tree757ed88b70c05d3ad53ec9e6355cd86384f50fa9 /tests/CMakeLists.txt
parent5ea2a1845f3393e91d6d102a8a89f339dd24f467 (diff)
downloadnng-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.txt1
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)