[vlc-devel] [PATCH] test: move conditional tests to noinst
Francois Cartegnie
fcvlcdev at free.fr
Thu Jan 23 21:14:30 CET 2020
---
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
More information about the vlc-devel
mailing list