summaryrefslogtreecommitdiff
path: root/tests/reconnect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reconnect.cpp')
-rw-r--r--tests/reconnect.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/reconnect.cpp b/tests/reconnect.cpp
index 6442b38..09eefd4 100644
--- a/tests/reconnect.cpp
+++ b/tests/reconnect.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, "reconnect test running...\n");
@@ -85,3 +92,5 @@ int XS_TEST_MAIN ()
return 0 ;
}
+
+#endif \ No newline at end of file