[Libreoffice-commits] core.git: sw/CppunitTest_sw_ooxmlexport8.mk

Caolán McNamara caolanm at redhat.com
Wed Apr 12 14:43:22 UTC 2017


 sw/CppunitTest_sw_ooxmlexport8.mk |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 1b431f454ecc04e44187b29c73f2cf0166c19f39
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Apr 12 15:39:02 2017 +0100

    tell cppunit test about .ui requirement
    
    Change-Id: I2346732db5c4b120025594b89c003f544588048e

diff --git a/sw/CppunitTest_sw_ooxmlexport8.mk b/sw/CppunitTest_sw_ooxmlexport8.mk
index 81f758b83b12..f3995b2e2e19 100644
--- a/sw/CppunitTest_sw_ooxmlexport8.mk
+++ b/sw/CppunitTest_sw_ooxmlexport8.mk
@@ -100,6 +100,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlexport8,\
     xmloff/util/xo \
 ))
 
-$(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport8))
+$(eval $(call gb_CppunitTest_use_instdir_configuration,sw_ooxmlexport8))
+
+$(eval $(call gb_CppunitTest_use_uiconfigs,sw_ooxmlexport8,\
+    modules/swriter \
+))
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list