summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmllinks.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-11-07 21:47:22 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-08 09:04:45 +0100
commit423e1ce9c1a451440e3aef13b7ee02edd876deec (patch)
treee58988146be06b29d0634c4fbd694dac305a8b30 /sw/CppunitTest_sw_ooxmllinks.mk
parent666142d72d3d1d460740ead738850650b8508e57 (diff)
sw: no reason why SwModelTestBase can be used only by "extras" tests
So move it one level up, this way more tests can share code in the future. Change-Id: I35300b3c88ac9a5c39916f53b1b1743aa85869a0 Reviewed-on: https://gerrit.libreoffice.org/82252 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/CppunitTest_sw_ooxmllinks.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmllinks.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_ooxmllinks.mk b/sw/CppunitTest_sw_ooxmllinks.mk
index 90485d7e21d7..7018cc4f5bd7 100644
--- a/sw/CppunitTest_sw_ooxmllinks.mk
+++ b/sw/CppunitTest_sw_ooxmllinks.mk
@@ -29,7 +29,7 @@ $(eval $(call gb_CppunitTest_use_externals,sw_ooxmllinks,\
$(eval $(call gb_CppunitTest_set_include,sw_ooxmllinks,\
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \
- -I$(SRCDIR)/sw/qa/extras/inc \
+ -I$(SRCDIR)/sw/qa/inc \
$$(INCLUDE) \
))