summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ww8export.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-10-13 11:00:43 +0200
committerJan Holesovsky <kendy@collabora.com>2015-10-13 11:07:50 +0200
commitb630f9a36a844f46757abb6ce16fa7cd527a4341 (patch)
tree281a7fe26b4b4aa907eb84953c78fc17abad7b71 /sw/CppunitTest_sw_ww8export.mk
parent71586837f926c5dc7e8146a4e625b57c37343806 (diff)
tdf#94386: Unit test stub - emulates the steps to trigger the bug.
[But does not assert the result yet.] Change-Id: I7a9c64057339538f80d57c21fce83f4b23cdf396
Diffstat (limited to 'sw/CppunitTest_sw_ww8export.mk')
-rw-r--r--sw/CppunitTest_sw_ww8export.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_ww8export.mk b/sw/CppunitTest_sw_ww8export.mk
index d7ea01189ef8..8ec16bcbf53f 100644
--- a/sw/CppunitTest_sw_ww8export.mk
+++ b/sw/CppunitTest_sw_ww8export.mk
@@ -24,6 +24,8 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export, \
test \
unotest \
utl \
+ sfx \
+ svl \
sw \
tl \
$(gb_UWINAPI) \
@@ -37,7 +39,8 @@ $(eval $(call gb_CppunitTest_use_externals,sw_ww8export,\
$(eval $(call gb_CppunitTest_set_include,sw_ww8export,\
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \
- -I$(SRCDIR)/sw/qa/extras/inc \
+ -I$(SRCDIR)/sw/source/uibase/inc \
+ -I$(SRCDIR)/sw/qa/extras/inc \
$$(INCLUDE) \
))