mirror of
https://github.com/videolan/vlc.git
synced 2024-12-13 11:44:18 +08:00
Getting the sample is not a check in itself
This commit is contained in:
parent
3b965d67bd
commit
d6679da13c
@ -14,8 +14,11 @@ check_PROGRAMS = \
|
||||
test_libvlc_media_list_player \
|
||||
test_libvlc_media_player \
|
||||
$(NULL)
|
||||
check_DATA = samples/test.sample
|
||||
|
||||
TESTS = samples $(check_PROGRAMS)
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
DISTCLEANFILES = samples/test.sample
|
||||
|
||||
# Samples server
|
||||
SAMPLES_SERVER=http://streams.videolan.org/streams-videolan/reference
|
||||
@ -24,8 +27,6 @@ samples/test.sample:
|
||||
mkdir -p `dirname $@`
|
||||
curl $(SAMPLES_SERVER)/avi/Hero-Div3.avi > $@
|
||||
|
||||
samples: samples/test.sample
|
||||
|
||||
CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc`
|
||||
|
||||
test_libvlc_core_SOURCES = libvlc/core.c
|
||||
|
Loading…
Reference in New Issue
Block a user