diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-10-30 16:09:34 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-10-31 08:42:56 +0100 |
commit | a04fc307ba2706bb9e5b8441aaf4380797b5f397 (patch) | |
tree | 934b1fa985ce30d50ceaed968c3127823574f48f /vcl/Module_vcl.mk | |
parent | bd159d4f4f827821782926cc13f8b5c4c8a63a3d (diff) |
CppunitTest_vcl_pdfexport: split into two
It already has 109 tests
Change-Id: Ic16c5ee68f020c2ee1662354786fb82aada62e0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158667
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
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 dd66a86dbf73..19ab27106ad0 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -286,6 +286,7 @@ endif ifneq (,$(filter PDFIUM,$(BUILD_TYPE))) $(eval $(call gb_Module_add_slowcheck_targets,vcl,\ CppunitTest_vcl_pdfexport \ + CppunitTest_vcl_pdfexport2 \ CppunitTest_vcl_filter_ipdf \ )) endif |