summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-09-10 09:38:02 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-09-10 09:49:49 +0200
commitac882c305da2c5d9c30756da8ac2976f9047622d (patch)
tree208e8eb482125321f35baa4137f6f016ac8edaf5 /desktop
parentfa4871b7436c159c9d206d910f899d8af3044d72 (diff)
desktop: enable CppunitTest_desktop_lib only on Linux
Since the test would fail to link on Windows, due to ifeq ($(GUIBASE),unx) $(eval $(call gb_Library_add_exception_objects,sofficeapp,\ desktop/source/lib/init \ )) endif in Library_sofficeapp.mk. Given that CppunitTest_libreofficekit_tiledrendering is marked as Linux-only as well, be consistent and have this test as Linux-only, too. Change-Id: I6c8884398eba5dcf8a74c9cdc96c869b6108fb7e
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Module_desktop.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index c725a268721e..d74d40629a28 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -130,8 +130,10 @@ $(eval $(call gb_Module_add_check_targets,desktop, \
CppunitTest_desktop_version \
))
+ifeq ($(OS),LINUX)
$(eval $(call gb_Module_add_check_targets,desktop, \
CppunitTest_desktop_lib \
))
+endif
# vim: set ts=4 sw=4 et: