From f4e2d7b006aa86732b30bb7e2f219360481fc724 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sun, 28 Jul 2019 19:16:53 +1000 Subject: vcl: test ImplAnimView MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1f17dce097810e4507a9feae1675ff486260657a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121698 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- vcl/Module_vcl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/Module_vcl.mk') diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 33485fefa52a..62660b718ec1 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -218,6 +218,7 @@ $(eval $(call gb_Module_add_check_targets,vcl,\ CppunitTest_vcl_backend_test \ CppunitTest_vcl_blocklistparser_test \ CppunitTest_vcl_type_serializer_test \ + CppunitTest_vcl_animation \ $(call gb_Helper_optional, PDFIUM, \ CppunitTest_vcl_pdfium_library_test) \ $(if $(filter SKIA,$(BUILD_TYPE)), \ -- cgit