Kaydet (Commit) 77e95ea6 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen Kaydeden (comit) Stephan Bergmann

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/8111Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 3d66adaa
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment