summaryrefslogtreecommitdiff
path: root/sw/Module_sw.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-10-28 11:53:17 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-10-28 12:00:31 +0100
commite6f87a6f38e9c5ae9e0e089c4d2897b15ae9aac7 (patch)
tree3cdf8b34fc6abd73d5e301e4d6a89cd66f8e6025 /sw/Module_sw.mk
parentd1eb536c7e410d40fd94c76b157bbd4ed7944d4c (diff)
sw: make the uiwriter testcase a slowcheck
The uiwriter test is similar to filter tests, except that the asserts are filter-independent. Those are slowchecks already, move this one there as well. This speeds up 'make sw' a bit, which is slow enough already. Change-Id: I566bf94938c3de6267705a7720bf093bfe4ef7c7
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r--sw/Module_sw.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index 7401742c0798..020049f7c22b 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -46,7 +46,6 @@ endif
$(eval $(call gb_Module_add_check_targets,sw,\
CppunitTest_sw_uwriter \
- CppunitTest_sw_uiwriter \
))
$(eval $(call gb_Module_add_slowcheck_targets,sw,\
@@ -60,6 +59,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_rtfimport \
CppunitTest_sw_odfexport \
CppunitTest_sw_odfimport \
+ CppunitTest_sw_uiwriter \
))
ifneq ($(DISABLE_CVE_TESTS),TRUE)