diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-11-09 22:27:43 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-11-09 22:27:43 -0800 |
| commit | 2a55e0a279a0b94e204e0ffead73505100a0481f (patch) | |
| tree | d49051c76a0b1dc134281d5ba83869c519dd0f2d /src/transport/ipc | |
| parent | ac03c65f4f53265a5ef05d4792e84cf590f5e73e (diff) | |
| download | nng-2a55e0a279a0b94e204e0ffead73505100a0481f.tar.gz nng-2a55e0a279a0b94e204e0ffead73505100a0481f.tar.bz2 nng-2a55e0a279a0b94e204e0ffead73505100a0481f.zip | |
fixes #1332 Test nng.ws failed, "Incorrect URL paths do not work"
This moves some of the fragile tests to a new test suite that
is a bit more careful with IPv4 vs. IPv6. Hopefully it will be
a bit more resilient as a result.
Diffstat (limited to 'src/transport/ipc')
| -rw-r--r-- | src/transport/ipc/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/ipc/CMakeLists.txt b/src/transport/ipc/CMakeLists.txt index d9b771a9..00e81d54 100644 --- a/src/transport/ipc/CMakeLists.txt +++ b/src/transport/ipc/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2019 Staysail Systems, Inc. <info@staysail.tech> +# Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> # Copyright 2018 Capitar IT Group BV <info@capitar.com> # # This software is supplied under the terms of the MIT License, a @@ -15,4 +15,4 @@ mark_as_advanced(NNG_TRANSPORT_IPC) nng_sources_if(NNG_TRANSPORT_IPC ipc.c) nng_headers_if(NNG_TRANSPORT_IPC nng/transport/ipc/ipc.h) nng_defines_if(NNG_TRANSPORT_IPC NNG_TRANSPORT_IPC) -nng_test(ipc_test)
\ No newline at end of file +nng_test_if(NNG_TRANSPORT_IPC ipc_test)
\ No newline at end of file |
