Skip to content
Snippets Groups Projects
Commit c43bae3e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

Fix the test suite

parent 90d92ef9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -21,6 +21,7 @@
#include <vlc/vlc.h>
#include "vlc_url.h"
#include "vlc_strings.h"
#include <stdio.h>
#include <stdlib.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment