aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-04 10:43:14 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-04 10:43:14 -0800
commit4e8b4ec4396f13665dccc03363c1378cabaefeb4 (patch)
tree83639eaa3ba2b94ad517230e3127755c15398c36 /tests/CMakeLists.txt
parent1d650869f32c56f6d49d898c38f7525191a60bd1 (diff)
downloadnng-4e8b4ec4396f13665dccc03363c1378cabaefeb4.tar.gz
nng-4e8b4ec4396f13665dccc03363c1378cabaefeb4.tar.bz2
nng-4e8b4ec4396f13665dccc03363c1378cabaefeb4.zip
Starting a common transport testing framework.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index a63e8fc2..0300a046 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -53,7 +53,9 @@ else ()
endif ()
add_nng_test(idhash 5)
+add_nng_test(inproc 5)
add_nng_test(list 5)
add_nng_test(platform 5)
add_nng_test(reqrep 5)
add_nng_test(sock 5)
+add_nng_test(tcp 5)