diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-01-08 22:04:44 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-01-08 22:04:44 -0800 |
| commit | 136eabff656f77e3eed58abb2fc4cf2b3f7268ae (patch) | |
| tree | a689968fc50a739879c90fd5210bd68a6159a662 /tests/CMakeLists.txt | |
| parent | b21d7805523a407a14567017edbdef57ca81781f (diff) | |
| download | nng-136eabff656f77e3eed58abb2fc4cf2b3f7268ae.tar.gz nng-136eabff656f77e3eed58abb2fc4cf2b3f7268ae.tar.bz2 nng-136eabff656f77e3eed58abb2fc4cf2b3f7268ae.zip | |
fixes #1121 reconnect test failures (Darwin?)
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index fd9d1f68..80ee0a45 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -127,6 +127,7 @@ endif () nng_test(aio) nng_test(bufsz) nng_test(platform) +nng_test(reconnect) nng_test(sock) add_nng_test(device 5) @@ -148,7 +149,6 @@ add_nng_test(options 5) add_nng_test(pipe 5) add_nng_test(pollfd 5) add_nng_test(pubsubpollfd 5) -add_nng_test(reconnect 5) add_nng_test1(resolv 10 NNG_STATIC_LIB) add_nng_test(scalability 20 ON) add_nng_test(set_recvmaxsize 2) |
