diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-11-02 09:50:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-11-06 15:12:26 +0100 |
commit | a4b7c54ea83e354f3dae3165bd71989a796ed6bc (patch) | |
tree | 4924fce0f27ac7b5d20c420204297f823dce0837 /vcl/Module_vcl.mk | |
parent | cbb9607c60154dea6dc971d7ee8877f6b25c1e88 (diff) |
add calc rtf fuzzer
Change-Id: I11838f35c9c8ae5d754b129ac0fb30a2ca2b0ab2
Reviewed-on: https://gerrit.libreoffice.org/44201
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 d8b19c260709..fd76fcdf1eb6 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -153,6 +153,7 @@ $(eval $(call gb_Module_add_targets,vcl,\ Executable_fodsfuzzer \ Executable_fodpfuzzer \ Executable_xlsfuzzer \ + Executable_scrtffuzzer \ )) endif |