aboutsummaryrefslogtreecommitdiff
path: root/tests/testutil.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-11-09 22:27:43 -0800
committerGarrett D'Amore <garrett@damore.org>2020-11-09 22:27:43 -0800
commit2a55e0a279a0b94e204e0ffead73505100a0481f (patch)
treed49051c76a0b1dc134281d5ba83869c519dd0f2d /tests/testutil.h
parentac03c65f4f53265a5ef05d4792e84cf590f5e73e (diff)
downloadnng-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 'tests/testutil.h')
-rw-r--r--tests/testutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testutil.h b/tests/testutil.h
index eb7ab7d1..63979cff 100644
--- a/tests/testutil.h
+++ b/tests/testutil.h
@@ -15,6 +15,7 @@
// The following headers are provided for test code convenience.
#include <nng/nng.h>
+#include <nng/supplemental/util/platform.h>
#ifdef __cplusplus
extern "C" {