gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35505 - libmicrohttpd/src/testcurl


From: gnunet
Subject: [GNUnet-SVN] r35505 - libmicrohttpd/src/testcurl
Date: Tue, 7 Apr 2015 00:20:12 +0200

Author: grothoff
Date: 2015-04-07 00:20:12 +0200 (Tue, 07 Apr 2015)
New Revision: 35505

Modified:
   libmicrohttpd/src/testcurl/Makefile.am
Log:
-disable this test on w32

Modified: libmicrohttpd/src/testcurl/Makefile.am
===================================================================
--- libmicrohttpd/src/testcurl/Makefile.am      2015-04-06 22:18:40 UTC (rev 
35504)
+++ libmicrohttpd/src/testcurl/Makefile.am      2015-04-06 22:20:12 UTC (rev 
35505)
@@ -18,6 +18,7 @@
 
 if !HAVE_W32
 PERF_GET_CONCURRENT=perf_get_concurrent
+TEST_CONCURRENT_STOP=test_concurrent_stop
 if HAVE_CURL_BINARY
 CURL_FORK_TEST = test_get_response_cleanup
 endif
@@ -30,7 +31,7 @@
   test_get_sendfile \
   test_urlparse \
   test_put \
-  test_concurrent_stop \
+  $(TEST_CONCURRENT_STOP) \
   test_process_headers \
   test_process_arguments \
   test_parse_cookies \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]