vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Fri Jun 10 20:18:28 2016 +0300| [d79f565fd0d814bd2857d3d06ca6b3c8dd33503e] | committer: Rémi Denis-Courmont
test: remove failing test This test never worked. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d79f565fd0d814bd2857d3d06ca6b3c8dd33503e --- test/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 771e1b9..62bd67c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -18,7 +18,6 @@ check_PROGRAMS = \ test_libvlc_media \ test_libvlc_media_list \ test_libvlc_media_player \ - test_libvlc_media_discoverer \ test_libvlc_slaves \ test_src_config_chain \ test_src_misc_variables \ @@ -82,8 +81,8 @@ test_libvlc_media_list_SOURCES = libvlc/media_list.c test_libvlc_media_list_LDADD = $(LIBVLC) test_libvlc_media_player_SOURCES = libvlc/media_player.c test_libvlc_media_player_LDADD = $(LIBVLC) -test_libvlc_media_discoverer_SOURCES = libvlc/media_discoverer.c -test_libvlc_media_discoverer_LDADD = $(LIBVLCCORE) $(LIBVLC) +#test_libvlc_media_discoverer_SOURCES = libvlc/media_discoverer.c +#test_libvlc_media_discoverer_LDADD = $(LIBVLCCORE) $(LIBVLC) test_libvlc_slaves_SOURCES = libvlc/slaves.c test_libvlc_slaves_LDADD = $(LIBVLCCORE) $(LIBVLC) test_libvlc_meta_SOURCES = libvlc/meta.c _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
