[vlc-commits] test: disable TLS test if sout is disabled
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sun Feb 26 18:51:05 CET 2017
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 26 19:41:58 2017 +0200| [6c59aa02f1100a3c1e5688ae36ad3668a2e76886] | committer: Rémi Denis-Courmont
test: disable TLS test if sout is disabled
The test requires server-side TLS.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6c59aa02f1100a3c1e5688ae36ad3668a2e76886
---
 test/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/test/Makefile.am b/test/Makefile.am
index 9f33aa6..dc57591 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
    
    
More information about the vlc-commits
mailing list