[vlc-devel] commit: Enable back media_list_player's tests. (Pierre d'Herbemont )

git version control git at videolan.org
Wed Aug 19 17:17:04 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Aug 19 16:28:08 2009 +0200| [406846492bcd7fea1220131968d4f55256cbe5cb] | committer: Pierre d'Herbemont 

Enable back media_list_player's tests.

This reverts "test: Disable test_media_list_player as it deadlocks."

This reverts commit 3403c4274410115dbe5ce282aa8b045f8aedb002.

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

 test/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index fd641ab..5b4cc5d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -11,15 +11,14 @@ check_PROGRAMS = \
 	test_libvlc_core \
 	test_libvlc_events \
 	test_libvlc_media_list \
+	test_libvlc_media_list_player \
 	test_libvlc_media_player \
 	test_src_misc_variables \
         $(NULL)
 
 # Disabled test:
 # meta: No suitable test file
-# media_list_player: deadlocks.
 EXTRA_PROGRAMS = \
-	test_libvlc_media_list_player \
 	test_libvlc_meta \
 	test_dummy \
 	$(NULL)




More information about the vlc-devel mailing list