[Libreoffice-commits] core.git: solenv/gbuild

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Sat Dec 17 10:28:09 UTC 2016


 solenv/gbuild/extensions/post_GbuildToJson.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 767e1429b2b864e3f0fa1edae45388896b58a45a
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Sat Dec 17 03:17:58 2016 +0100

    also read Library check targets
    
    this should fix libscqahelper ending up with a wrong MAKEFILE, which
    then confuses gbuild-to-ide
    
    Change-Id: Ibf030b3d9dbf3ba92b7e119e847d7cd6104dedb2
    Reviewed-on: https://gerrit.libreoffice.org/32107
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: jan iversen <jani at documentfoundation.org>
    Tested-by: jan iversen <jani at documentfoundation.org>

diff --git a/solenv/gbuild/extensions/post_GbuildToJson.mk b/solenv/gbuild/extensions/post_GbuildToJson.mk
index 1fb0705..856e2f7 100644
--- a/solenv/gbuild/extensions/post_GbuildToJson.mk
+++ b/solenv/gbuild/extensions/post_GbuildToJson.mk
@@ -134,7 +134,7 @@ $(if $(filter Library_% Executable_%,$(2)),$(call gb_Module__add_target_impl,$(1
 endef
 
 define gb_Module_add_check_target
-$(if $(filter CppunitTest_%,$(2)),$(call gb_Module__add_check_target_impl,$(1),$(2),$$(gb_Module_CURRENTTARGET)))
+$(if $(filter CppunitTest_% Library_%,$(2)),$(call gb_Module__add_check_target_impl,$(1),$(2),$$(gb_Module_CURRENTTARGET)))
 endef
 
 gb_Module_add_l10n_target =


More information about the Libreoffice-commits mailing list