summaryrefslogtreecommitdiffstats
path: root/libreofficekit/Module_libreofficekit.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 13:20:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 13:20:42 +0100
commitb17ca2d4782cea3f4d8576ed29c8760e79fb3a26 (patch)
tree3c1f850677ce612540d04854695ab0806d8c3f68 /libreofficekit/Module_libreofficekit.mk
parentMissing includes (for NULL) (diff)
downloadcore-b17ca2d4782cea3f4d8576ed29c8760e79fb3a26.tar.gz
core-b17ca2d4782cea3f4d8576ed29c8760e79fb3a26.zip
Add a check for non-LIBO_INTERNAL_ONLY, C++03-compatible LibreOfficeKit.hxx
Change-Id: I56336b8163de48e424526f5f426c2ad350292627
Diffstat (limited to 'libreofficekit/Module_libreofficekit.mk')
-rw-r--r--libreofficekit/Module_libreofficekit.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/libreofficekit/Module_libreofficekit.mk b/libreofficekit/Module_libreofficekit.mk
index 7d1c5ead764e..70cf40b6384e 100644
--- a/libreofficekit/Module_libreofficekit.mk
+++ b/libreofficekit/Module_libreofficekit.mk
@@ -11,6 +11,10 @@ $(eval $(call gb_Module_Module,libreofficekit))
ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
+$(eval $(call gb_Module_add_check_targets,libreofficekit, \
+ CppunitTest_libreofficekit_checkapi \
+))
+
$(eval $(call gb_Module_add_subsequentcheck_targets,libreofficekit,\
CppunitTest_libreofficekit_tiledrendering \
))