From 06bd2ca592bb9b86f45ab0aef9953636aeb645bb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 10 Jun 2017 20:56:36 +0000 Subject: refactor fuzzer army a bit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the core lib has grown sufficiently large that the fuzzing tooling complains of too many instrumented conditions so split things up to hopefully fit again Change-Id: I58899d143925f958aec95b5f213c2dc75a6686ec Reviewed-on: https://gerrit.libreoffice.org/38647 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/Executable_psdfuzzer.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vcl/Executable_psdfuzzer.mk') diff --git a/vcl/Executable_psdfuzzer.mk b/vcl/Executable_psdfuzzer.mk index d9dc4531d5c8..4ed652ae2831 100644 --- a/vcl/Executable_psdfuzzer.mk +++ b/vcl/Executable_psdfuzzer.mk @@ -27,13 +27,14 @@ $(eval $(call gb_Executable_set_include,psdfuzzer,\ )) $(eval $(call gb_Executable_use_libraries,psdfuzzer,\ - $(fuzzer_libraries) \ + $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,psdfuzzer,\ findsofficepath \ ulingu \ - fuzzer \ + fuzzer_core \ + fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,psdfuzzer,\ -- cgit v1.2.3