summaryrefslogtreecommitdiff
path: root/tests/linger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/linger.cpp')
-rw-r--r--tests/linger.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/linger.cpp b/tests/linger.cpp
index a9feec3..f76be39 100644
--- a/tests/linger.cpp
+++ b/tests/linger.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, "linger test running...\n");
@@ -57,3 +64,4 @@ int XS_TEST_MAIN ()
return 0;
}
+#endif \ No newline at end of file