[vlc-devel] commit: Getting the sample is not a check in itself (Christophe Mutricy )

git version control git at videolan.org
Fri Apr 11 23:40:40 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Fri Apr 11 22:36:53 2008 +0100| [d6679da13cbde779020ca036fc707496ee1ca27d]

Getting the sample is not a check in itself

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6679da13cbde779020ca036fc707496ee1ca27d
---

 test/Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index cb09aff..da99f73 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -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




More information about the vlc-devel mailing list