diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-06 14:22:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-20 17:41:43 +0100 |
commit | 6fc7f85de7f0bfa8ee36f867e321a8816ad1e385 (patch) | |
tree | a40222bbe4f5fd6830e502a49b205aa26543a490 /vcl/Module_vcl.mk | |
parent | 861086a21449acb168e52e4eab606692200d2622 (diff) |
add html fuzzer
Change-Id: I03a61421c477642548d9814610faeb570bd34c8d
Reviewed-on: https://gerrit.libreoffice.org/45970
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 |