summaryrefslogtreecommitdiff
path: root/tests/shutdown_stress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shutdown_stress.cpp')
-rw-r--r--tests/shutdown_stress.cpp9
1 files changed, 9 insertions, 0 deletions
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 <pthread.h>
#include <stddef.h>
@@ -88,3 +95,5 @@ int XS_TEST_MAIN ()
return 0;
}
+
+#endif \ No newline at end of file