From: Руслан Ижбулатов Date: Sat, 25 Feb 2017 21:13:33 +0000 (+0000) Subject: Disable test_client_unix.nc test on W32 X-Git-Tag: taler-0.2.1~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=525f99f915eff8094ad24352a57de939b6f446ee;p=oweals%2Fgnunet.git Disable test_client_unix.nc test on W32 It does not seem that this test can actually run on W32 at all. --- diff --git a/src/util/Makefile.am b/src/util/Makefile.am index ac125fb66..df319fe77 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -31,6 +31,9 @@ endif if !MINGW SERVER_CLIENT_UNIX = test_server_with_client_unix + TEST_CLIENT_UNIC_NC = test_client_unix.nc +else + TEST_CLIENT_UNIC_NC = endif if USE_COVERAGE @@ -266,7 +269,7 @@ endif check_PROGRAMS = \ test_bio \ test_client.nc \ - test_client_unix.nc \ + $(TEST_CLIENT_UNIX_NC) \ $(SSH_USING_TESTS) \ test_common_allocation \ test_common_endian \