tell cppunit test about .ui requirement

Change-Id: I2346732db5c4b120025594b89c003f544588048e
This commit is contained in:
Caolán McNamara 2017-04-12 15:39:02 +01:00
parent ef5757ab06
commit 1b431f454e

View file

@ -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: