]> git.sesse.net Git - vlc/commitdiff
Enable back media_list_player's tests.
authorPierre d'Herbemont <pdherbemont@free.fr>
Wed, 19 Aug 2009 14:28:08 +0000 (16:28 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Wed, 19 Aug 2009 15:17:00 +0000 (17:17 +0200)
This reverts "test: Disable test_media_list_player as it deadlocks."

This reverts commit 3403c4274410115dbe5ce282aa8b045f8aedb002.

test/Makefile.am

index fd641abb85240c46e70487c2f2a9b2fb4777abac..5b4cc5d12790b26f0a9562656be097b15b6c2ba3 100644 (file)
@@ -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)