diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2017-07-11 10:54:03 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-07-11 14:19:05 +0200 |
commit | 35ba68fd471d7d2f50183a1ffb7348b1b069616d (patch) | |
tree | a957ca683fb3b61ceda5fff791b691b1ce8b3ab1 /editeng | |
parent | 45fdb40085f5090ccd8df23f461ef9a8269d11b2 (diff) |
EditEngine: Added expwarp for unit tests
Change-Id: Ice1c8c0ceb7d8fe93f369fb4a05226ba738f7e97
Reviewed-on: https://gerrit.libreoffice.org/39789
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/CppunitTest_editeng_core.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/CppunitTest_editeng_core.mk b/editeng/CppunitTest_editeng_core.mk index 9cb41fe01cbc..faf2d931f08a 100644 --- a/editeng/CppunitTest_editeng_core.mk +++ b/editeng/CppunitTest_editeng_core.mk @@ -68,6 +68,7 @@ $(eval $(call gb_CppunitTest_use_components,editeng_core,\ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unoxml/source/service/unoxml \ + sax/source/expatwrap/expwrap \ )) $(eval $(call gb_CppunitTest_use_configuration,editeng_core)) |