From: RĂ©mi Denis-Courmont Date: Sun, 15 Apr 2007 17:38:19 +0000 (+0000) Subject: Fix the test suite X-Git-Tag: 0.9.0-test0~7715 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c43bae3e4def6b3dc1411e910d4c91eb07de9978;p=vlc Fix the test suite --- diff --git a/src/Makefile.am b/src/Makefile.am index b09c46b871..d35e6e4bf4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -374,8 +374,7 @@ endif CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc` -test_i18n_atof_SOURCES = test/i18n_atof.c -test_i18n_atof_LDADD = libvlc.la +test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c test_i18n_atof_CFLAGS = $(CFLAGS_tests) test_url_SOURCES = test/url.c diff --git a/src/test/url.c b/src/test/url.c index f70a1d3aa5..33dcd4a1dc 100644 --- a/src/test/url.c +++ b/src/test/url.c @@ -21,6 +21,7 @@ #include #include "vlc_url.h" +#include "vlc_strings.h" #include #include