From e6f87a6f38e9c5ae9e0e089c4d2897b15ae9aac7 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 28 Oct 2013 11:53:17 +0100 Subject: 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 --- sw/Module_sw.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/Module_sw.mk') 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) -- cgit