oss-fuzz: add in requirements for ppt

Change-Id: Ie4118e4057ceb5268469576c79f1db8226b7655b
This commit is contained in:
Caolán McNamara
2017-03-06 13:19:14 +00:00
parent 63961b9b45
commit 2bea88592d
2 changed files with 12 additions and 1 deletions

View File

@@ -13,6 +13,6 @@ fuzzer_PYTHONCOMMAND := $(call gb_ExternalExecutable_get_command,python)
fuzzer_Native_cxx=$(call gb_CustomTarget_get_workdir,vcl/workben)/native-code.cxx
$(fuzzer_Native_cxx): $(SRCDIR)/solenv/bin/native-code.py | $(call gb_CustomTarget_get_workdir,vcl/workben)/.dir
$(call gb_Helper_abbreviate_dirs, $(fuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -g core) > $@
$(call gb_Helper_abbreviate_dirs, $(fuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -g core -g draw) > $@
# vim: set noet sw=4 ts=4:

View File

@@ -10,6 +10,9 @@
fuzzer_externals = \
boost_headers \
orcus \
orcus-parser \
boost_filesystem \
curl \
harfbuzz \
graphite \
@@ -35,6 +38,10 @@ fuzzer_externals = \
zlib \
fuzzer_libraries = \
sdfilt \
sd \
sdd \
icg \
basctl \
avmedia \
basegfx \
@@ -68,6 +75,10 @@ fuzzer_libraries = \
svt \
svx \
svxcore \
emboleobj \
svgfilter \
svgio \
animcore \
tk \
tl \
ucb1 \