diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-05 12:10:47 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-05 12:56:27 +0000 |
commit | 5ca4a50c17e9637c8b39293ec1d1c50402b563f7 (patch) | |
tree | 3bc97c319ef210d83bb2a41a78bb03959a9cbcbf /vcl/Module_vcl.mk | |
parent | 32bdcdd411178a909806905bdee8725e3492dc7f (diff) |
optionally enable oss-fuzz targets via --enable-fuzzers
Change-Id: I16f52515a149a1e6e47cd0301a45db84ddd95885
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 767d5f74e05b..7123e41911d9 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -95,6 +95,12 @@ $(eval $(call gb_Module_add_targets,vcl,\ )) endif +ifneq ($(ENABLE_FUZZERS),) +$(eval $(call gb_Module_add_targets,vcl,\ + Executable_wmftester \ +)) +endif + $(eval $(call gb_Module_add_check_targets,vcl,\ CppunitTest_vcl_lifecycle \ CppunitTest_vcl_bitmap_test \ |