aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2017-02-25 21:13:33 +0000
committerРуслан Ижбулатов <lrn1986@gmail.com>2017-02-26 14:44:15 +0000
commit525f99f915eff8094ad24352a57de939b6f446ee (patch)
tree15ba023eef7bcd09d47b5fd2978d507a24728e77 /src
parent6823f671ff058c641011b4714b39ac7bcff67297 (diff)
downloadgnunet-525f99f915eff8094ad24352a57de939b6f446ee.tar.gz
gnunet-525f99f915eff8094ad24352a57de939b6f446ee.zip
Disable test_client_unix.nc test on W32
It does not seem that this test can actually run on W32 at all.
Diffstat (limited to 'src')
-rw-r--r--src/util/Makefile.am5
1 files changed, 4 insertions, 1 deletions
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
31 31
32if !MINGW 32if !MINGW
33 SERVER_CLIENT_UNIX = test_server_with_client_unix 33 SERVER_CLIENT_UNIX = test_server_with_client_unix
34 TEST_CLIENT_UNIC_NC = test_client_unix.nc
35else
36 TEST_CLIENT_UNIC_NC =
34endif 37endif
35 38
36if USE_COVERAGE 39if USE_COVERAGE
@@ -266,7 +269,7 @@ endif
266check_PROGRAMS = \ 269check_PROGRAMS = \
267 test_bio \ 270 test_bio \
268 test_client.nc \ 271 test_client.nc \
269 test_client_unix.nc \ 272 $(TEST_CLIENT_UNIX_NC) \
270 $(SSH_USING_TESTS) \ 273 $(SSH_USING_TESTS) \
271 test_common_allocation \ 274 test_common_allocation \
272 test_common_endian \ 275 test_common_endian \