From 7f9ccd248d9fcabb3883ab7d5c15dad661c916b9 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 9 Feb 2011 14:17:32 +0100 Subject: make test -> make check --- ure/source/uretest/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ure/source/uretest/Makefile b/ure/source/uretest/Makefile index 7aaf580eb642..e5c4e68156b4 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 \ -- cgit