diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2019-07-28 19:16:53 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-05-06 16:06:48 +0200 |
commit | f4e2d7b006aa86732b30bb7e2f219360481fc724 (patch) | |
tree | 2ce39646933611322b4a276581eed39a6d3ca073 /vcl/Module_vcl.mk | |
parent | 4834cd392a93f14e9fb5c83accc5f416384841cf (diff) |
vcl: test ImplAnimView
Change-Id: I1f17dce097810e4507a9feae1675ff486260657a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121698
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.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 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)), \ |