aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-13 17:27:39 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-13 17:27:39 -0800
commit01247035ba347af651719864f0b95ee06b561e53 (patch)
tree3da7ad6a740e7a189ed6d247cfb5c7b63dd4a76c /tests/CMakeLists.txt
parent1f7c978359296c237e4e0e3cbb7f0592a408c3b6 (diff)
downloadnng-01247035ba347af651719864f0b95ee06b561e53.tar.gz
nng-01247035ba347af651719864f0b95ee06b561e53.tar.bz2
nng-01247035ba347af651719864f0b95ee06b561e53.zip
Remove the old PUB/SUB tests.
The new tests are more exhaustive, and cover everything. We also added a case for testing that posting messages that we didn't subscribe too doesn't raise the pollable flag.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 80ee0a45..f64d6286 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -148,7 +148,6 @@ add_nng_test(nonblock 60)
add_nng_test(options 5)
add_nng_test(pipe 5)
add_nng_test(pollfd 5)
-add_nng_test(pubsubpollfd 5)
add_nng_test1(resolv 10 NNG_STATIC_LIB)
add_nng_test(scalability 20 ON)
add_nng_test(set_recvmaxsize 2)
@@ -167,7 +166,6 @@ add_nng_test1(zt 60 NNG_TRANSPORT_ZEROTIER)
add_nng_test(bus 5)
add_nng_test(pipeline 5)
-add_nng_test(pubsub 5)
add_nng_test(reqctx 5)
add_nng_test(reqstress 60)
add_nng_test(respondpoll 5)