diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-03-15 16:00:02 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-03-15 16:06:47 +0100 |
commit | 2db82ffc1bdd5865e51932930bb5c4688e2de8a3 (patch) | |
tree | c3cec37f467c564b9a76b5f03f13b82d1052ef13 /sw/Module_sw.mk | |
parent | c5489e31b625e08fa2427108d5e710aba4468a27 (diff) |
these writer unittests surely are slow
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 6ecc58815613..8cf4f39ff6b9 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -48,12 +48,12 @@ $(eval $(call gb_Module_add_targets,sw,\ endif $(eval $(call gb_Module_add_check_targets,sw,\ - CppunitTest_sw_filters_test \ - CppunitTest_sw_macros_test \ CppunitTest_sw_swdoc_test \ )) $(eval $(call gb_Module_add_slowcheck_targets,sw,\ + CppunitTest_sw_filters_test \ + CppunitTest_sw_macros_test \ CppunitTest_sw_subsequent_rtftok \ )) |