diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-02-05 00:17:52 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-02-05 00:31:11 -0800 |
| commit | b46d532dc90b52eec42376e8c75bed5c6c7416a4 (patch) | |
| tree | a93bffc9e0643190648a770ad96af43a4f00a4e7 /tests/CMakeLists.txt | |
| parent | bd13268f356f83d541c4bce09eae02287d4ddbd9 (diff) | |
| download | nng-b46d532dc90b52eec42376e8c75bed5c6c7416a4.tar.gz nng-b46d532dc90b52eec42376e8c75bed5c6c7416a4.tar.bz2 nng-b46d532dc90b52eec42376e8c75bed5c6c7416a4.zip | |
Survey test rewrite.
This bumps the coverage for survey up. While here fixed a few nits
in req test, and removed the now pointless legacy survey and respond tests.
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f64d6286..3690a4aa 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -168,10 +168,6 @@ add_nng_test(bus 5) add_nng_test(pipeline 5) add_nng_test(reqctx 5) add_nng_test(reqstress 60) -add_nng_test(respondpoll 5) -add_nng_test(survey 5) -add_nng_test(surveyctx 5) -add_nng_test(surveypoll 5) # compatibility tests # We only support these if ALL the legacy protocols are supported. This |
