Changeset b66dfd1b9f7587822fd5c8ad7b6d153d72b889c5

Show
Ignore:
Timestamp:
04/19/08 03:22:20 (4 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1208568140 +0200
git-parent:

[520ee292ef0488e99426bb17da8e0ad5f416d54d]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1208566302 +0200
Message:

test: Test meta data support.

Note, this is done even if no meta data module is compiled. A future commit should fix that.

Files:

Legend:

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

    rd6679da rb66dfd1  
    1414    test_libvlc_media_list_player \ 
    1515    test_libvlc_media_player \ 
     16    test_libvlc_meta \ 
    1617    $(NULL) 
    17 check_DATA = samples/test.sample 
     18check_DATA = samples/test.sample samples/meta.sample 
    1819 
    1920TESTS = $(check_PROGRAMS) 
    2021 
    21 DISTCLEANFILES = samples/test.sample 
     22DISTCLEANFILES = samples/test.sample samples/meta.sample 
    2223 
    2324# Samples server 
     
    2728    mkdir -p `dirname $@` 
    2829    curl $(SAMPLES_SERVER)/avi/Hero-Div3.avi > $@ 
     30 
     31samples/meta.sample: 
     32    mkdir -p `dirname $@` 
     33    curl $(SAMPLES_SERVER)/metadata/id3tag/Wesh-Bonneville.mp3 > $@ 
    2934 
    3035CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc` 
     
    5055test_libvlc_media_player_CFLAGS = $(CFLAGS_tests) 
    5156 
     57test_libvlc_meta_SOURCES = libvlc/meta.c 
     58test_libvlc_meta_LDADD = $(top_builddir)/src/libvlc-control.la 
     59test_libvlc_meta_CFLAGS = $(CFLAGS_tests) 
     60 
     61 
    5262FORCE: 
    5363    @echo "Generated source cannot be phony. Go away." >&2