From 6353c51e8bf66fe223080db649fc07e62a3a6c97 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 30 Jul 2020 21:18:46 +0200 Subject: sw: introduce a Library_swqahelper So it is no longer necessary to define all SwModelTestBase functions inline. Change-Id: Ia1055ff967b3614102275ec92607c85ec063fce7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99820 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/CppunitTest_sw_ww8export3.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/CppunitTest_sw_ww8export3.mk') diff --git a/sw/CppunitTest_sw_ww8export3.mk b/sw/CppunitTest_sw_ww8export3.mk index fd30e423de99..a0b3e3837f5a 100644 --- a/sw/CppunitTest_sw_ww8export3.mk +++ b/sw/CppunitTest_sw_ww8export3.mk @@ -29,6 +29,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export3, \ unotest \ utl \ sw \ + swqahelper \ tl \ )) -- cgit