Commit c43bae3e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix the test suite

parent 90d92ef9
...@@ -374,8 +374,7 @@ endif ...@@ -374,8 +374,7 @@ endif
CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc` CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc`
test_i18n_atof_SOURCES = test/i18n_atof.c test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c
test_i18n_atof_LDADD = libvlc.la
test_i18n_atof_CFLAGS = $(CFLAGS_tests) test_i18n_atof_CFLAGS = $(CFLAGS_tests)
test_url_SOURCES = test/url.c test_url_SOURCES = test/url.c
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include "vlc_url.h" #include "vlc_url.h"
#include "vlc_strings.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment