Commit 1221e17b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

test: Reenable media_list_player test. And explain why meta test is disabled.

Works here.
parent 59a1556a
...@@ -12,11 +12,15 @@ check_PROGRAMS = \ ...@@ -12,11 +12,15 @@ check_PROGRAMS = \
test_libvlc_events \ test_libvlc_events \
test_libvlc_media_list \ test_libvlc_media_list \
test_libvlc_media_list_player \ test_libvlc_media_list_player \
test_libvlc_media_player \
$(NULL) $(NULL)
# Disabled test:
# meta: No suitable test file
EXTRA_PROGRAMS = \ EXTRA_PROGRAMS = \
test_libvlc_media_player \
test_libvlc_meta \ test_libvlc_meta \
$(NULL) $(NULL)
#check_DATA = samples/test.sample samples/meta.sample #check_DATA = samples/test.sample samples/meta.sample
EXTRA_DIST = samples/empty.voc EXTRA_DIST = samples/empty.voc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment