Skip to content

Commit 2e2d328

Browse files
authored
Ignore threading tests on windows
1 parent d7c2e02 commit 2e2d328

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/integ/threaded.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
USA
1919
*/
2020

21+
#if defined(_WIN32) && ! defined(__CYGWIN__)
22+
#define _WINDOWS
23+
#endif
24+
25+
#ifndef _WINDOWS
26+
2127
#include <curl/curl.h>
2228
#include <map>
2329
#include <string>
2430

2531
#include "httpserver.hpp"
2632
#include "littletest.hpp"
2733

28-
#if defined(_WIN32) && ! defined(__CYGWIN__)
29-
#define _WINDOWS
30-
#endif
31-
32-
#ifndef _WINDOWS
33-
3434
using namespace httpserver;
3535
using namespace std;
3636

0 commit comments

Comments
 (0)