From 0d384b7944c20f3389c2be9363afac99783d776a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:06:26 +0900 Subject: Windows test system improved Signed-off-by: Martin Sustrik --- tests/reconnect.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/reconnect.cpp') 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 -- cgit v1.2.3