From 406846492bcd7fea1220131968d4f55256cbe5cb Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 19 Aug 2009 16:28:08 +0200 Subject: [PATCH] Enable back media_list_player's tests. This reverts "test: Disable test_media_list_player as it deadlocks." This reverts commit 3403c4274410115dbe5ce282aa8b045f8aedb002. --- test/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.39.2