summaryrefslogtreecommitdiff
path: root/svx/CppunitTest_svx_unit.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-02-26 12:29:58 +0900
committerTomaž Vajngerl <quikee@gmail.com>2018-02-27 12:22:44 +0100
commit93596ffc94376b0b43a77f18f56ae9640127de5c (patch)
tree112c2b315a4fceda381ae00d8d5b40a72ec08792 /svx/CppunitTest_svx_unit.mk
parent87dbef3224e98081491ddbd8a2d405d8baf23e89 (diff)
Fix exporting bitmap table + test
Change-Id: I0577de02000c6aeb45bf1e950b9212beadacb05b Reviewed-on: https://gerrit.libreoffice.org/50334 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svx/CppunitTest_svx_unit.mk')
-rw-r--r--svx/CppunitTest_svx_unit.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/svx/CppunitTest_svx_unit.mk b/svx/CppunitTest_svx_unit.mk
index 0bac905a9dc9..41596e68c528 100644
--- a/svx/CppunitTest_svx_unit.mk
+++ b/svx/CppunitTest_svx_unit.mk
@@ -13,19 +13,30 @@ $(eval $(call gb_CppunitTest_use_external,svx_unit,boost_headers))
$(eval $(call gb_CppunitTest_use_sdk_api,svx_unit))
+$(eval $(call gb_CppunitTest_set_include,svx_unit,\
+ -I$(SRCDIR)/svx/source/inc \
+ -I$(SRCDIR)/svx/inc \
+ $$(INCLUDE) \
+))
+
$(eval $(call gb_CppunitTest_add_exception_objects,svx_unit, \
svx/qa/unit/svdraw/test_SdrTextObject \
svx/qa/unit/xoutdev \
+ svx/qa/unit/XTableImportExportTest \
))
$(eval $(call gb_CppunitTest_use_libraries,svx_unit, \
sal \
sfx \
svxcore \
+ svx \
tl \
unotest \
vcl \
utl \
+ comphelper \
+ cppuhelper \
+ cppu \
))
$(eval $(call gb_CppunitTest_use_sdk_api,svx_unit))