From 6c59aa02f1100a3c1e5688ae36ad3668a2e76886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 26 Feb 2017 19:41:58 +0200 Subject: [PATCH] test: disable TLS test if sout is disabled The test requires server-side TLS. --- test/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 9f33aa6c4c..dc57591912 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -30,8 +30,10 @@ check_PROGRAMS = \ test_src_misc_epg \ test_src_misc_keystore \ test_modules_packetizer_hxxx \ - test_modules_keystore \ - test_modules_tls + test_modules_keystore +if ENABLE_SOUT +check_PROGRAMS += test_modules_tls +endif if UPDATE_CHECK check_PROGRAMS += test_src_crypto_update endif -- GitLab