From 848f8f62d7c6d6ea061dd0513a6bffc1ef358ff3 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 9 Jan 2017 13:01:22 -0800 Subject: Add survey test (and fix survey pattern). As part of this, we've added a way to unblock callers in a message queue with an error, even without a signal channel. This was necessary to interrupt blockers upon survey timeout. They will get NNG_ETIMEDOUT, but afterwards callers get NNG_ESTATE. --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 83f7cbc1..c5bd75dd 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -60,4 +60,5 @@ add_nng_test(reqrep 5) add_nng_test(pipeline 5) add_nng_test(pubsub 5) add_nng_test(sock 5) +add_nng_test(survey 5) add_nng_test(tcp 5) -- cgit v1.2.3-70-g09d2