[vlc-devel] [PATCH] test: move conditional tests to noinst

Rémi Denis-Courmont remi at remlab.net
Fri Jan 24 08:30:45 CET 2020


That will cause the build to break on any platform that does not support the test binaries.

Le 23 janvier 2020 22:14:30 GMT+02:00, Francois Cartegnie <fcvlcdev at free.fr> a écrit :
>---
> test/Makefile.am | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
>diff --git a/test/Makefile.am b/test/Makefile.am
>index 6d373bcb8e..87db68eb8b 100644
>--- a/test/Makefile.am
>+++ b/test/Makefile.am
>@@ -12,7 +12,6 @@ extra_check_verbose__0 = $(extra_check_verbose_0)
>###############################################################################
> # Unit/regression test
>###############################################################################
>-noinst_PROGRAMS =
> check_PROGRAMS = \
> 	test_libvlc_core \
> 	test_libvlc_equalizer \
>@@ -51,6 +50,8 @@ if UPDATE_CHECK
> check_PROGRAMS += test_src_crypto_update
> endif
> 
>+noinst_PROGRAMS = $(check_PROGRAMS)
>+
> check_SCRIPTS = \
> 	modules/lua/telnet.sh \
> 	check_POTFILES.sh
>-- 
>2.24.1
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200124/4a3e025e/attachment.html>


More information about the vlc-devel mailing list