diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-11-29 10:44:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-01 12:41:40 +0100 |
commit | 324af6236800eaa540f0d32484c05e82e7aaf317 (patch) | |
tree | 283ffb4f93d344f93c668e06a5fd081ef161cba8 /vcl/Module_vcl.mk | |
parent | 6ff84c8a890bf782e9e4f0557c117277289c2360 (diff) |
add pptx fuzzer
Change-Id: I50495496914929f9279a455d1acbffab833bf3f5
Reviewed-on: https://gerrit.libreoffice.org/45482
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 77a621f37a4e..72267afdc5ad 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -158,6 +158,7 @@ $(eval $(call gb_Module_add_targets,vcl,\ Executable_diffuzzer \ Executable_docxfuzzer \ Executable_xlsxfuzzer \ + Executable_pptxfuzzer \ )) endif |