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
ec31390c
Commit
ec31390c
authored
Nov 12, 2017
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: simplify fuzzer build rules
parent
cb8fe8a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
test/Makefile.am
test/Makefile.am
+4
-12
No files found.
test/Makefile.am
View file @
ec31390c
...
...
@@ -12,6 +12,7 @@ extra_check_verbose__0 = $(extra_check_verbose_0)
###############################################################################
# Unit/regression test
###############################################################################
noinst_PROGRAMS
=
check_PROGRAMS
=
\
test_libvlc_core
\
test_libvlc_equalizer
\
...
...
@@ -237,23 +238,14 @@ EXTRA_LTLIBRARIES += libvlc_demux_dec_run.la
#
vlc_demux_run_LDFLAGS
=
-no-install
-static
vlc_demux_run_LDADD
=
libvlc_demux_run.la
EXTRA_PROGRAMS
+=
vlc-demux-run
vlc_demux_libfuzzer_CPPFLAGS
=
$(vlc_static_CPPFLAGS)
vlc_demux_libfuzzer_LDADD
=
libvlc_demux_run.la
EXTRA_PROGRAMS
+=
vlc-demux-libfuzzer
vlc_demux_dec_run_SOURCES
=
vlc-demux-run.c
vlc_demux_dec_run_LDFLAGS
=
-no-install
-static
vlc_demux_dec_run_LDADD
=
libvlc_demux_dec_run.la
EXTRA_PROGRAMS
+=
vlc-demux-dec-run
EXTRA_PROGRAMS
+=
vlc-demux-
run vlc-demux-
dec-run
vlc_demux_libfuzzer_LDADD
=
libvlc_demux_run.la
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
noinst_PROGRAMS
+=
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