summaryrefslogtreecommitdiff
path: root/tests/pair_ipc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pair_ipc.cpp')
-rw-r--r--tests/pair_ipc.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/pair_ipc.cpp b/tests/pair_ipc.cpp
index c9dd5ae..ad58798 100644
--- a/tests/pair_ipc.cpp
+++ b/tests/pair_ipc.cpp
@@ -20,6 +20,13 @@
#include "testutil.hpp"
+#if defined XS_HAVE_WINDOWS
+int XS_TEST_MAIN ()
+{
+ return 0;
+}
+#else
+
int XS_TEST_MAIN ()
{
fprintf (stderr, "pair_ipc test running...\n");
@@ -50,3 +57,5 @@ int XS_TEST_MAIN ()
return 0 ;
}
+
+#endif