diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-04 10:43:14 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-04 10:43:14 -0800 |
| commit | 4e8b4ec4396f13665dccc03363c1378cabaefeb4 (patch) | |
| tree | 83639eaa3ba2b94ad517230e3127755c15398c36 /tests/CMakeLists.txt | |
| parent | 1d650869f32c56f6d49d898c38f7525191a60bd1 (diff) | |
| download | nng-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.txt | 2 |
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) |
