From d7f1c5cfebd95ace9a62a5f1b7a8208827df0fb6 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 19 Mar 2012 08:29:07 +0100 Subject: OpenVMS tests fixed This patch takes into account that IPC transport is not supported on OpenVMS platform. Signed-off-by: Martin Sustrik --- tests/pair_ipc.cpp | 2 +- tests/reqrep_ipc.cpp | 2 +- 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; -- cgit v1.2.3