From 423e1ce9c1a451440e3aef13b7ee02edd876deec Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 7 Nov 2019 21:47:22 +0100 Subject: 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 --- sw/CppunitTest_sw_rtfimport.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/CppunitTest_sw_rtfimport.mk') diff --git a/sw/CppunitTest_sw_rtfimport.mk b/sw/CppunitTest_sw_rtfimport.mk index 50c748ca59e0..3732ed9eb845 100644 --- a/sw/CppunitTest_sw_rtfimport.mk +++ b/sw/CppunitTest_sw_rtfimport.mk @@ -40,7 +40,7 @@ $(eval $(call gb_CppunitTest_use_externals,sw_rtfimport,\ $(eval $(call gb_CppunitTest_set_include,sw_rtfimport,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ - -I$(SRCDIR)/sw/qa/extras/inc \ + -I$(SRCDIR)/sw/qa/inc \ $$(INCLUDE) \ )) -- cgit