diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-20 17:32:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-21 16:00:52 +0100 |
commit | 0dc3b103d214cb6f92495482eb9d307920127ea2 (patch) | |
tree | 26ef5219bba0e93862e71e37ed93320eb0974efd /vcl/Module_vcl.mk | |
parent | f297b0d043e0767d85f00aa1e4cae5b036b0ac51 (diff) |
add html fuzzer
This reverts commit 111db5b992ae5870e76313f76e633a4edcccf010.
Change-Id: I1138592ab54865f4c2ac4599fab572c5666bf723
Reviewed-on: https://gerrit.libreoffice.org/46864
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 176c061af8f5..91fcbba026d7 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -163,6 +163,7 @@ $(eval $(call gb_Module_add_targets,vcl,\ Executable_pptxfuzzer \ Executable_mmlfuzzer \ Executable_mtpfuzzer \ + Executable_htmlfuzzer \ )) endif |