diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-09 14:17:32 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-09 14:17:40 +0100 |
commit | 7f9ccd248d9fcabb3883ab7d5c15dad661c916b9 (patch) | |
tree | ae3fd1dbdbc044517fd2be352ae0bb322c07b60c /ure/source | |
parent | 9881e2dbad091fecb4f5c83b1a39bebad65b7dbd (diff) |
make test -> make check
Diffstat (limited to 'ure/source')
-rw-r--r-- | ure/source/uretest/Makefile | 6 |
1 files 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 \ |