summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlimport.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-23 15:32:30 +0200
committerTor Lillqvist <tml@collabora.com>2015-03-23 15:50:15 +0200
commitce4412b52f50957117af5c472ca16974a51b2936 (patch)
tree95eb76df9d34d56ae140f5badbe6c580ccd65305 /sw/CppunitTest_sw_ooxmlimport.mk
parent4be86e71d607715dd602838f49aa19f478662147 (diff)
Quick hack to bypass a test that fails on a Retina Mac
Change-Id: If4bda345cae62b8f7c809ea8bd56913d436602b6
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlimport.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlimport.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlimport.mk b/sw/CppunitTest_sw_ooxmlimport.mk
index 6ee96e31b3d0..5aae15d8a6b4 100644
--- a/sw/CppunitTest_sw_ooxmlimport.mk
+++ b/sw/CppunitTest_sw_ooxmlimport.mk
@@ -42,6 +42,18 @@ $(eval $(call gb_CppunitTest_set_include,sw_ooxmlimport,\
$$(INCLUDE) \
))
+ifeq ($(OS),MACOSX)
+
+$(eval $(call gb_CppunitTest_add_cxxflags,sw_ooxmlimport,\
+ $(gb_OBJCXXFLAGS) \
+))
+
+$(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sw_ooxmlimport,\
+ AppKit \
+))
+
+endif
+
$(eval $(call gb_CppunitTest_use_api,sw_ooxmlimport,\
offapi \
udkapi \