aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-11-23 18:25:08 -0800
committerGarrett D'Amore <garrett@damore.org>2024-11-23 18:25:08 -0800
commit47b22e7e91ee8e881d1b46094871f0440961f1ba (patch)
treef154af615b7573b6ff190635deddac3dbf1a6e9b /tests/CMakeLists.txt
parent52408ba30c0d2babeab27eae9bf5e91b0d61c8cd (diff)
downloadnng-47b22e7e91ee8e881d1b46094871f0440961f1ba.tar.gz
nng-47b22e7e91ee8e881d1b46094871f0440961f1ba.tar.bz2
nng-47b22e7e91ee8e881d1b46094871f0440961f1ba.zip
Remove pollfd test - covered in protocol tests
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 a42dd23a..3868a955 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -134,7 +134,6 @@ add_nng_test(multistress 60)
add_nng_test(nonblock 60)
add_nng_test(options 5)
add_nng_test(pipe 5)
-add_nng_test(pollfd 5)
add_nng_test(scalability 20 ON)
add_nng_test(synch 5)
add_nng_test(tcpsupp 10)