From 93596ffc94376b0b43a77f18f56ae9640127de5c Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 26 Feb 2018 12:29:58 +0900 Subject: Fix exporting bitmap table + test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0577de02000c6aeb45bf1e950b9212beadacb05b Reviewed-on: https://gerrit.libreoffice.org/50334 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- svx/CppunitTest_svx_unit.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'svx/CppunitTest_svx_unit.mk') 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)) -- cgit