aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.am')
-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 \