Changeset c43bae3e4def6b3dc1411e910d4c91eb07de9978

Show
Ignore:
Timestamp:
15/04/07 19:38:19 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1176658699 +0000
git-parent:

[90d92ef9a9dcdecf8d8aa2d9c17c31f5000dc749]

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

Fix the test suite

Files:

Legend:

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

    rb89c14d rc43bae3  
    375375CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc` 
    376376 
    377 test_i18n_atof_SOURCES = test/i18n_atof.c 
    378 test_i18n_atof_LDADD = libvlc.la 
     377test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c 
    379378test_i18n_atof_CFLAGS = $(CFLAGS_tests) 
    380379 
  • src/test/url.c

    re4fbdca rc43bae3  
    2222#include <vlc/vlc.h> 
    2323#include "vlc_url.h" 
     24#include "vlc_strings.h" 
    2425 
    2526#include <stdio.h>