Changeset d6679da13cbde779020ca036fc707496ee1ca27d

Show
Ignore:
Timestamp:
04/11/08 23:40:09 (5 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1207950009 +0100
git-parent:

[3b965d67bdf43a4e1e874d10e809ab9c5b6baea9]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1207949813 +0100
Message:

Getting the sample is not a check in itself

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • test/Makefile.am

    r8502890 rd6679da  
    1515    test_libvlc_media_player \ 
    1616    $(NULL) 
     17check_DATA = samples/test.sample 
    1718 
    18 TESTS = samples $(check_PROGRAMS) 
     19TESTS = $(check_PROGRAMS) 
     20 
     21DISTCLEANFILES = samples/test.sample 
    1922 
    2023# Samples server 
     
    2427    mkdir -p `dirname $@` 
    2528    curl $(SAMPLES_SERVER)/avi/Hero-Div3.avi > $@ 
    26  
    27 samples: samples/test.sample 
    2829 
    2930CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc`