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_docbookexport.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/CppunitTest_sw_docbookexport.mk') diff --git a/sw/CppunitTest_sw_docbookexport.mk b/sw/CppunitTest_sw_docbookexport.mk index c3e70d26dade..b22229501f9e 100644 --- a/sw/CppunitTest_sw_docbookexport.mk +++ b/sw/CppunitTest_sw_docbookexport.mk @@ -41,7 +41,7 @@ $(eval $(call gb_CppunitTest_set_include,sw_docbookexport,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/uibase/inc \ - -I$(SRCDIR)/sw/qa/extras/inc \ + -I$(SRCDIR)/sw/qa/inc \ $$(INCLUDE) \ )) -- cgit