summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/pair_ipc.cpp2
-rw-r--r--tests/reqrep_ipc.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/pair_ipc.cpp b/tests/pair_ipc.cpp
index 46cdf76..43915cc 100644
--- a/tests/pair_ipc.cpp
+++ b/tests/pair_ipc.cpp
@@ -20,7 +20,7 @@
#include "testutil.hpp"
-#if defined XS_HAVE_WINDOWS
+#if defined XS_HAVE_WINDOWS || defined XS_HAVE_OPENVMS
int XS_TEST_MAIN ()
{
return 0;
diff --git a/tests/reqrep_ipc.cpp b/tests/reqrep_ipc.cpp
index 7325cbb..9be50fb 100644
--- a/tests/reqrep_ipc.cpp
+++ b/tests/reqrep_ipc.cpp
@@ -20,7 +20,7 @@
#include "testutil.hpp"
-#if defined XS_HAVE_WINDOWS
+#if defined XS_HAVE_WINDOWS || defined XS_HAVE_OPENVMS
int XS_TEST_MAIN ()
{
return 0;