vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
