aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2015-08-05 22:34:54 +0000
committerJeff Burdges <burdges@gnunet.org>2015-08-05 22:34:54 +0000
commitf6584688de2a0e874ffd07de15b34a370ada4d16 (patch)
treed4bcac2f081406809271e2c526abe02014552c0c /src/util
parent688f62f7a0fcfc85a3bf611ff855edff541dc52a (diff)
downloadgnunet-f6584688de2a0e874ffd07de15b34a370ada4d16.tar.gz
gnunet-f6584688de2a0e874ffd07de15b34a370ada4d16.zip
Make SOCKS test conditional on an SSH binary
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 05858f1f8..ca3a361aa 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -254,10 +254,14 @@ if HAVE_BENCHMARKS
254 perf_malloc 254 perf_malloc
255endif 255endif
256 256
257if HAVE_SSH_BINARY
258 SSH_USING_TESTS = test_socks.nc
259endif
260
257check_PROGRAMS = \ 261check_PROGRAMS = \
258 test_bio \ 262 test_bio \
259 test_client.nc \ 263 test_client.nc \
260 test_socks.nc \ 264 $(SSH_USING_TESTS) \
261 test_common_allocation \ 265 test_common_allocation \
262 test_common_endian \ 266 test_common_endian \
263 test_common_logging \ 267 test_common_logging \