diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-07-21 10:11:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-07-21 11:14:28 +0200 |
commit | c3206f7cdec65f3ec4ea6739830933543020e7c2 (patch) | |
tree | b38086a25dcceba8f9c7b9dd03608bd8fa93dd92 /vcl | |
parent | 1c3eb7e329cd2eaeb83068907ba0c9a5b3ef7852 (diff) |
Bypass CppunitTest_vcl_pdfium_library_test unless we have Pdfium
Change-Id: Ic93b2bf66ded948009a9d2d045d98a4bde9ee249
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99119
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99123
Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Module_vcl.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index a0c3e516b6bb..0e7bb1600b0a 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -207,7 +207,8 @@ $(eval $(call gb_Module_add_check_targets,vcl,\ CppunitTest_vcl_backend_test \ CppunitTest_vcl_blocklistparser_test \ CppunitTest_vcl_type_serializer_test \ - CppunitTest_vcl_pdfium_library_test \ + $(call gb_Helper_optional, PDFIUM, \ + CppunitTest_vcl_pdfium_library_test) \ )) ifeq ($(USING_X11),TRUE) |