Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
c43bae3e
Commit
c43bae3e
authored
Apr 15, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the test suite
parent
90d92ef9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/Makefile.am
src/Makefile.am
+1
-2
src/test/url.c
src/test/url.c
+1
-0
No files found.
src/Makefile.am
View file @
c43bae3e
...
...
@@ -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
...
...
src/test/url.c
View file @
c43bae3e
...
...
@@ -21,6 +21,7 @@
#include <vlc/vlc.h>
#include "vlc_url.h"
#include "vlc_strings.h"
#include <stdio.h>
#include <stdlib.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment