make gbuildtojson and make xx-ide-integration problems.
Bjoern Michaelsen
bjoern.michaelsen at canonical.com
Sat Dec 17 09:36:53 UTC 2016
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
More information about the LibreOffice
mailing list