From 77e95ea6679fd947c910536357cb53f684ffb539 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 18 Feb 2014 19:45:00 +0100 Subject: tests belong to check target - the CustomTarget seems to be a test, not a build target - worse, it is .PHONY - ... and eats 30% of the top-level build-nocheck time alone - so hopefully, we can we at least make it a check target Change-Id: I113777cbd849aab9e8d0a77184e31194bc07232e Reviewed-on: https://gerrit.libreoffice.org/8111 Reviewed-by: Stephan Bergmann Tested-by: Stephan Bergmann --- unoidl/Module_unoidl.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'unoidl') diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk index 0136485660a8..e158e125c894 100644 --- a/unoidl/Module_unoidl.mk +++ b/unoidl/Module_unoidl.mk @@ -16,9 +16,11 @@ $(eval $(call gb_Module_add_targets,unoidl, \ )) $(eval $(call gb_Module_add_targets_for_build,unoidl, \ - CustomTarget_unoidl-write_test \ Executable_unoidl-check \ Executable_unoidl-write \ )) +$(eval $(call gb_Module_add_check_targets,unoidl, \ + CustomTarget_unoidl-write_test \ +)) # vim: set noet sw=4 ts=4: -- cgit