[vlc-commits] Revert "test: remove failing test"

Thomas Guillem git at videolan.org
Tue Jun 14 10:08:23 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Jun 14 10:04:10 2016 +0200| [640a8917f849fcc618c15338861000deb8c549c1] | committer: Thomas Guillem

Revert "test: remove failing test"

This test doesn't depend on data of the running user anymore.
This reverts commit 06add6ac581fd8578d727a1e8fe6450957be2cba.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=640a8917f849fcc618c15338861000deb8c549c1
---

 test/Makefile.am |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/Makefile.am b/test/Makefile.am
index 563fb90..d8759c4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -18,6 +18,7 @@ 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 \
@@ -81,6 +82,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 = $(LIBVLC)
 test_libvlc_slaves_SOURCES = libvlc/slaves.c
 test_libvlc_slaves_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_libvlc_meta_SOURCES = libvlc/meta.c



More information about the vlc-commits mailing list