diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-08 21:20:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-09 10:02:42 +0000 |
commit | 4df12fe5236c8ab98ee29b655aa3c18b28617f74 (patch) | |
tree | c707fb84b554a3ffab2453099163ad0aff8a58d7 /vcl/Module_vcl.mk | |
parent | 1413ab328a08af526dac51881905e8d313bee502 (diff) |
add bmp fuzzer
Change-Id: I5a564402b7a0b6ae1fcbeef6d84f85f1d3e4f4ce
Reviewed-on: https://gerrit.libreoffice.org/32850
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 f833ebbfc413..b8738237fbf8 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -112,6 +112,7 @@ $(eval $(call gb_Module_add_targets,vcl,\ Executable_xbmfuzzer \ Executable_xpmfuzzer \ Executable_pngfuzzer \ + Executable_bmpfuzzer \ )) endif |