Commit 730cd533 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove any tests that requires external networking.

Breaks distcheck, no thanks.
parent 07cb75ee
...@@ -8,14 +8,16 @@ AUTOMAKE_OPTIONS = subdir-objects ...@@ -8,14 +8,16 @@ AUTOMAKE_OPTIONS = subdir-objects
# Unit/regression test # Unit/regression test
############################################################################### ###############################################################################
check_PROGRAMS = \ check_PROGRAMS = \
test_libvlc_core \ test_libvlc_core \
test_libvlc_events \ test_libvlc_events \
$(NULL)
EXTRA_PROGRAMS = \
test_libvlc_media_list \ test_libvlc_media_list \
test_libvlc_media_list_player \ test_libvlc_media_list_player \
test_libvlc_media_player \ 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
check_HEADERS = libvlc/test.h check_HEADERS = libvlc/test.h
......
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