From: Pierre d'Herbemont Date: Wed, 19 Aug 2009 14:28:08 +0000 (+0200) Subject: Enable back media_list_player's tests. X-Git-Tag: 1.1.0-ff~4222 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=406846492bcd7fea1220131968d4f55256cbe5cb;p=vlc Enable back media_list_player's tests. This reverts "test: Disable test_media_list_player as it deadlocks." This reverts commit 3403c4274410115dbe5ce282aa8b045f8aedb002. --- diff --git a/test/Makefile.am b/test/Makefile.am index fd641abb85..5b4cc5d127 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)