summaryrefslogtreecommitdiff
path: root/tests/reqrep_ipc.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.cpm>2012-02-16 10:06:17 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:06:17 +0900
commitbf27a8a5282dab443335d8a8ab62cdf8fe1f6a95 (patch)
tree837bbb218bc7c0b07766752d025e6bea293d3316 /tests/reqrep_ipc.cpp
parent802d84df533c131f91fbc599dae915390fad3e2b (diff)
Windows version of the tests implemented
Signed-off-by: Martin Sustrik <sustrik@250bpm.cpm>
Diffstat (limited to 'tests/reqrep_ipc.cpp')
-rw-r--r--tests/reqrep_ipc.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/reqrep_ipc.cpp b/tests/reqrep_ipc.cpp
index 3d1092e..1718c62 100644
--- a/tests/reqrep_ipc.cpp
+++ b/tests/reqrep_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, "reqrep_ipc test running...\n");
@@ -50,3 +57,5 @@ int XS_TEST_MAIN ()
return 0 ;
}
+
+#endif \ No newline at end of file