[vlc-devel] [PATCH] demux: use noinst_* for the mock module

Thomas Guillem thomas at gllm.fr
Thu May 28 13:52:48 CEST 2020


>From RĂ©mi:
"Test plugins should use noinst_*, IMO. With check_*, you would end up with
stale plugins and potentially weird crashes due to ABI breaks if alternating
make all and make check."
---
 modules/demux/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/Makefile.am b/modules/demux/Makefile.am
index 1f6d2ff7a3b..67ec086af95 100644
--- a/modules/demux/Makefile.am
+++ b/modules/demux/Makefile.am
@@ -509,4 +509,4 @@ demux_LTLIBRARIES += libnoseek_plugin.la
 
 libdemux_mock_plugin_la_SOURCES = demux/mock.c
 libdemux_mock_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(demuxdir)'
-check_LTLIBRARIES += libdemux_mock_plugin.la
+noinst_LTLIBRARIES += libdemux_mock_plugin.la
-- 
2.20.1



More information about the vlc-devel mailing list