From bf27a8a5282dab443335d8a8ab62cdf8fe1f6a95 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:06:17 +0900 Subject: Windows version of the tests implemented Signed-off-by: Martin Sustrik --- tests/shutdown_stress.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/shutdown_stress.cpp') diff --git a/tests/shutdown_stress.cpp b/tests/shutdown_stress.cpp index d0156ff..2e6b4d5 100644 --- a/tests/shutdown_stress.cpp +++ b/tests/shutdown_stress.cpp @@ -21,6 +21,13 @@ #include "testutil.hpp" +#if defined XS_HAVE_WINDOWS +int XS_TEST_MAIN () +{ + return 0; +} +#else + #include #include @@ -88,3 +95,5 @@ int XS_TEST_MAIN () return 0; } + +#endif \ No newline at end of file -- cgit v1.2.3