From f6584688de2a0e874ffd07de15b34a370ada4d16 Mon Sep 17 00:00:00 2001 From: Jeff Burdges Date: Wed, 5 Aug 2015 22:34:54 +0000 Subject: Make SOCKS test conditional on an SSH binary --- src/util/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/util') 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 perf_malloc endif +if HAVE_SSH_BINARY + SSH_USING_TESTS = test_socks.nc +endif + check_PROGRAMS = \ test_bio \ test_client.nc \ - test_socks.nc \ + $(SSH_USING_TESTS) \ test_common_allocation \ test_common_endian \ test_common_logging \ -- cgit v1.2.3