summaryrefslogtreecommitdiff
path: root/sw/Module_sw.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-05-06 21:51:34 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-05-06 21:58:47 +0200
commitf84fe39ca48955e01e37df2c8687c3b6387da2ea (patch)
tree29073fae1b93480a4ad12246b2e700baa724ca9b /sw/Module_sw.mk
parent3507190c9b90afcc16846f284f52b429e4da2922 (diff)
sw: make CppunitTest_sw_uwriter a slowcheck
It's annoying that after touching a cxx file from Library_sw, it's not enough to wait till it relinks, it also relinks CppunitTest_sw_uwriter as well. So turn that one into a slowcheck, this way 'make sw' doesn't relink it. Change-Id: I0a8d956f57e92a9c6f1f91b727f492ca4c92c599
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r--sw/Module_sw.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index fa10662fb292..53a19bb21721 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -46,11 +46,8 @@ $(eval $(call gb_Module_add_targets,sw,\
endif
-$(eval $(call gb_Module_add_check_targets,sw,\
- CppunitTest_sw_uwriter \
-))
-
$(eval $(call gb_Module_add_slowcheck_targets,sw,\
+ CppunitTest_sw_uwriter \
CppunitTest_sw_htmlexport \
CppunitTest_sw_macros_test \
CppunitTest_sw_ooxmlexport \