diff options
author | David Tardon <dtardon@redhat.com> | 2014-08-01 23:00:33 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-08-02 19:16:36 +0200 |
commit | 2dd7097a101e2b4e1e1033a776fc6b1e7c8fb5d9 (patch) | |
tree | d430bc7f582d0b2484989ac7c71dcbb2d06bca03 /sw | |
parent | 094f440646ce923a437749cf546c247f81b392bf (diff) |
fix deps for sw_ooxmlfieldexport test
Change-Id: I75e1b88e6e030eadfa87c56a499fd72e40d05c0a
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_ooxmlfieldexport.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlfieldexport.mk b/sw/CppunitTest_sw_ooxmlfieldexport.mk index 9e0171e28154..31a77f979224 100644 --- a/sw/CppunitTest_sw_ooxmlfieldexport.mk +++ b/sw/CppunitTest_sw_ooxmlfieldexport.mk @@ -50,4 +50,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlfieldexport)) $(eval $(call gb_CppunitTest_use_unittest_configuration,sw_ooxmlfieldexport)) +$(eval $(call gb_CppunitTest_use_packages,sw_ooxmlfieldexport,\ + oox_generated \ +)) + # vim: set noet sw=4 ts=4: |