unoidl/Module_unoidl.mk |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 77e95ea6679fd947c910536357cb53f684ffb539
Author: Bjoern Michaelsen <bjoern.michael...@canonical.com>
Date:   Tue Feb 18 19:45:00 2014 +0100

    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 <sberg...@redhat.com>
    Tested-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk
index 0136485..e158e12 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:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to