diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-02-11 17:06:42 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-02-13 14:21:03 +0100 |
commit | 3cd8d8c27d7c4a13f58c4930ee14b1d862e73ea1 (patch) | |
tree | 9951e1fc7bf4727aadaa36ef544e98c0293a14e6 /sw/Module_sw.mk | |
parent | 8f1270db7d871df1a6155c1e4f51568753a54b04 (diff) |
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.
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |