[Libreoffice-commits] .: ure/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Wed Feb 9 05:17:49 PST 2011


 ure/source/uretest/Makefile |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 06050f36056e1c0780a86dad790f2bedc4937cc4
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Feb 9 14:17:32 2011 +0100

    make test -> make check

diff --git a/ure/source/uretest/Makefile b/ure/source/uretest/Makefile
index 7aaf580..e5c4e68 100644
--- a/ure/source/uretest/Makefile
+++ b/ure/source/uretest/Makefile
@@ -57,13 +57,13 @@ endif
 
 
 .PHONY: ALL
-ALL: test
+ALL: check
 
 include $(PRJ)/settings/stdtarget.mk
 
 
-.PHONY: test
-test: test-cpptest test-javatest test-javanative test-clientserver
+.PHONY: check
+check: test-cpptest test-javatest test-javanative test-clientserver
 
 .PHONY: test-cpptest
 test-cpptest: out.sdk/cppmain.uno.$(SHAREDLIB_EXT) out.sdk/types.rdb \


More information about the Libreoffice-commits mailing list