]> git.sesse.net Git - vlc/commitdiff
test: Disable test_media_list_player as it deadlocks.
authorPierre d'Herbemont <pdherbemont@free.fr>
Wed, 19 Aug 2009 09:42:53 +0000 (11:42 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Wed, 19 Aug 2009 09:43:54 +0000 (11:43 +0200)
test/Makefile.am

index 5b4cc5d12790b26f0a9562656be097b15b6c2ba3..fd641abb85240c46e70487c2f2a9b2fb4777abac 100644 (file)
@@ -11,14 +11,15 @@ 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)