git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbd0fe4
)
test: Disable test_media_list_player as it deadlocks.
author
Pierre d'Herbemont
<pdherbemont@free.fr>
Wed, 19 Aug 2009 09:42:53 +0000
(11:42 +0200)
committer
Pierre d'Herbemont
<pdherbemont@free.fr>
Wed, 19 Aug 2009 09:43:54 +0000
(11:43 +0200)
test/Makefile.am
patch
|
blob
|
history
diff --git
a/test/Makefile.am
b/test/Makefile.am
index
5b4cc5d
..
fd641ab
100644
(file)
--- a/
test/Makefile.am
+++ b/
test/Makefile.am
@@
-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)