Changeset a2ad5ed16ce41045897dd3be5b7322ef9dd8856b

Show
Ignore:
Timestamp:
05/20/08 22:19:45 (3 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1211314785 +0300
git-parent:

[2ec9d996a737986148acb5c1ce61058e9b3e4ff4]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1211311605 +0300
Message:

block_File: test case

Files:

Legend:

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

    r9f3e27c ra2ad5ed  
    469469############################################################################### 
    470470check_PROGRAMS = \ 
     471    test_block \ 
    471472    test_dictionary \ 
    472473    test_i18n_atof \ 
     
    480481 
    481482CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc` 
     483 
     484test_block_SOURCES = test/block.c 
     485test_block_LDADD = libvlccore.la 
     486test_block_CFLAGS = $(CFLAGS_tests) 
    482487 
    483488test_dictionary_SOURCES = test/dictionary.c