gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r28422 - libmicrohttpd/src/testcurl
Date: Tue, 6 Aug 2013 20:58:33 +0200

Author: LRN
Date: 2013-08-06 20:58:33 +0200 (Tue, 06 Aug 2013)
New Revision: 28422

Modified:
   libmicrohttpd/src/testcurl/Makefile.am
Log:
Disable quiesce test on W32


Modified: libmicrohttpd/src/testcurl/Makefile.am
===================================================================
--- libmicrohttpd/src/testcurl/Makefile.am      2013-08-06 14:56:50 UTC (rev 
28421)
+++ libmicrohttpd/src/testcurl/Makefile.am      2013-08-06 18:58:33 UTC (rev 
28422)
@@ -21,6 +21,7 @@
 
 if !HAVE_W32
 PERF_GET_CONCURRENT=perf_get_concurrent
+TEST_QUIESCE=test_quiesce
 if HAVE_CURL_BINARY
 CURL_FORK_TEST = test_get_response_cleanup
 endif
@@ -28,7 +29,7 @@
 
 check_PROGRAMS = \
   test_start_stop \
-  test_quiesce \
+  $(TEST_QUIESCE) \
   test_get \
   test_get_sendfile \
   test_urlparse \




reply via email to

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