diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-12-25 09:45:12 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-12-25 09:58:05 -0800 |
| commit | 440ddf86b3b3b6be47943c5b6408d63b091f2c28 (patch) | |
| tree | 1dc5a7ed1d8da3e6540f5c8b1f7c75df0a718496 /tests/reqstress.c | |
| parent | 1b71d116b8343d0d67bdb8c303cfecc2773fd0aa (diff) | |
| download | nng-440ddf86b3b3b6be47943c5b6408d63b091f2c28.tar.gz nng-440ddf86b3b3b6be47943c5b6408d63b091f2c28.tar.bz2 nng-440ddf86b3b3b6be47943c5b6408d63b091f2c28.zip | |
fixes #1040 Convert rest of the protocols to new CMake infra
Diffstat (limited to 'tests/reqstress.c')
| -rw-r--r-- | tests/reqstress.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/reqstress.c b/tests/reqstress.c index f6dfb975..481e4e92 100644 --- a/tests/reqstress.c +++ b/tests/reqstress.c @@ -39,20 +39,14 @@ char ipc_template[] = "ipc:///tmp/nng_reqstress_%d"; char ws_template[] = "ws://127.0.0.1:%d/nng_reqstress"; char *templates[] = { -#ifdef NNG_TRANSPORT_TCP tcp4_template, -#endif // It would be nice to test TCPv6, but CI doesn't support it. // Outside of CI, it does seem to work though. #ifdef NNG_TEST_TCPV6 tcp6_template, #endif -#ifdef NNG_TRANSPORT_INPROC inproc_template, -#endif -#ifdef NNG_TRANSPORT_IPC ipc_template, -#endif #ifdef NNG_TRANSPORT_WS ws_template, #endif |
