On Wed, Dec 14, 2016 at 04:29:16PM +0100, Michael Stahl wrote: > the problem with that is that > > > define gb_Module_add_check_target > > $(if $(filter CppunitTest_%,$(2)),$(call > > gb_Module__add_check_target_impl,$(1),$(2),$$(gb_Module_CURRENTTARGET))) > > endef > > ... expects only CppunitTest_% and does nothing with a Library_% being > added, and Module_sc.mk has: > > > $(eval $(call gb_Module_add_check_targets,sc,\ > > Library_scqahelper \ > > $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \ > > CppunitTest_sc_ucalc) \ > > CppunitTest_sc_core \ > > ))
Eh, indeed: https://gerrit.libreoffice.org/#/c/32107/ fixes the issue of libscqahelper for me. Best, Bjoern _______________________________________________ LibreOffice mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice
