Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
GSoC
GSoC2018
macOS
vlc
Commits
eacf9abd
Commit
eacf9abd
authored
Nov 12, 2017
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: build vlc-demux-* when libfuzzer is used
parent
12324e11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
configure.ac
configure.ac
+1
-0
test/Makefile.am
test/Makefile.am
+5
-0
No files found.
configure.ac
View file @
eacf9abd
...
...
@@ -796,6 +796,7 @@ AS_VAR_IF(with_libfuzzer, no, [], [
enable_static=yes
enable_vlc=no
])
AM_CONDITIONAL(HAVE_LIBFUZZER, [test "${with_libfuzzer}" != "no"])
AS_IF([test "${enable_shared}" = "no"], [
have_dynamic_objects=no
...
...
test/Makefile.am
View file @
eacf9abd
...
...
@@ -252,3 +252,8 @@ vlc_demux_dec_libfuzzer_SOURCES = vlc-demux-libfuzzer.c
vlc_demux_dec_libfuzzer_CPPFLAGS
=
$(vlc_static_CPPFLAGS)
vlc_demux_dec_libfuzzer_LDADD
=
libvlc_demux_dec_run.la
EXTRA_PROGRAMS
+=
vlc-demux-dec-libfuzzer
if
HAVE_LIBFUZZER
bin_PROGRAMS
=
vlc-demux-run vlc-demux-dec-run
\
vlc-demux-libfuzzer vlc-demux-dec-libfuzzer
endif
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