aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 \