diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-12 15:39:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-12 15:42:55 +0100 |
commit | 1b431f454ecc04e44187b29c73f2cf0166c19f39 (patch) | |
tree | d3d5347b780a7021507fba8a51bb36a6082aadc9 /sw/CppunitTest_sw_ooxmlexport8.mk | |
parent | ef5757ab06743fc56d5bf74d7244edf01acfa842 (diff) |
tell cppunit test about .ui requirement
Change-Id: I2346732db5c4b120025594b89c003f544588048e
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlexport8.mk')
-rw-r--r-- | sw/CppunitTest_sw_ooxmlexport8.mk | 6 |
1 files changed, 5 insertions, 1 deletions
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: |