From 3cd8d8c27d7c4a13f58c4930ee14b1d862e73ea1 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sat, 11 Feb 2012 17:06:42 +0100 Subject: sw: add rtf slowcheck test that checks the resulting document model Having it as a subsequent test in wrifterfilter would be less useful; having it as a unit test in writerfilter is not possible, since writerfilter does not depend on sw. --- 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 7f48bc360efc..d9477e951d91 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -53,6 +53,10 @@ $(eval $(call gb_Module_add_check_targets,sw,\ CppunitTest_sw_swdoc_test \ )) +$(eval $(call gb_Module_add_slowcheck_targets,sw,\ + CppunitTest_sw_subsequent_rtftok \ +)) + $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\ JunitTest_sw_complex \ JunitTest_sw_unoapi \ -- cgit