aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-16 22:22:07 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-16 22:22:07 -0800
commit4e46e666e47e277316cc680c833356045932bb5f (patch)
treed6888f69674a93a3c0a82baafc268773c7bb2976 /tests/CMakeLists.txt
parent50e1484af0d443b46aa04fd4a8096b157dc160aa (diff)
downloadnng-4e46e666e47e277316cc680c833356045932bb5f.tar.gz
nng-4e46e666e47e277316cc680c833356045932bb5f.tar.bz2
nng-4e46e666e47e277316cc680c833356045932bb5f.zip
External event API for send/recv implemented.
This was the main blocker, I think, for the nanomsg legacy compat shim. Now that we have this, it should be relatively straight-forward to implement the legacy nanomsg API, including the SENDFD, RECVFD thing.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 9c711408..f6751566 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -56,6 +56,7 @@ else ()
endif ()
add_nng_test(bus 5)
+add_nng_test(event 5)
add_nng_test(idhash 5)
add_nng_test(inproc 5)
add_nng_test(ipc 5)