make test -> make check
This commit is contained in:
parent
7f9ccd248d
commit
c522fed1a2
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ GXX_INCLUDE_PATH ?= /usr/include/g++
|
|||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
.PHONY: test
|
||||
test: test-regview test-cpptest test-javatest test-javanative test-clientserver
|
||||
.PHONY: check
|
||||
check: test-regview test-cpptest test-javatest test-javanative test-clientserver
|
||||
|
||||
.PHONY: test-regview
|
||||
test-regview: out.pln/services.rdb
|
||||
|
|
Loading…
Reference in a new issue