]> git.sesse.net Git - vlc/commitdiff
Getting the sample is not a check in itself
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 11 Apr 2008 21:36:53 +0000 (22:36 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Fri, 11 Apr 2008 21:40:09 +0000 (22:40 +0100)
test/Makefile.am

index cb09aff6baba3f845c4e83d60c147ac1829381f5..da99f73b7c023631784eb6a7b408dd585fd89ee3 100644 (file)
@@ -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