From e5345f62bf525b6258736f1ce11a61b5e638e0ff Mon Sep 17 00:00:00 2001 From: Tobias Lippert Date: Sun, 1 Jun 2014 14:15:35 +0200 Subject: Unittest the whitespace stripping logic for tox text generation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The separate class allows to unittest this functionality in isoloation. Change-Id: I1e5eddfb455ca85a662ea38c03302883decc5d58 Reviewed-on: https://gerrit.libreoffice.org/9608 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- sw/Module_sw.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sw/Module_sw.mk') diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 53a19bb21721..7e71e2c0582d 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -46,6 +46,10 @@ $(eval $(call gb_Module_add_targets,sw,\ endif +$(eval $(call gb_Module_add_check_targets,sw,\ + CppunitTest_sw_tox \ +)) + $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_uwriter \ CppunitTest_sw_htmlexport \ -- cgit