mirror of https://github.com/nodejs/node.git
build: make check aliases test
A common convention in auto* is to call make check rather than make test. Let one alias the other PR-URL: https://github.com/iojs/io.js/pull/1211 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>pull/1213/head
parent
4c731042d4
commit
3b9eab9779
2
Makefile
2
Makefile
|
@ -70,6 +70,8 @@ distclean:
|
||||||
-rm -rf deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
|
-rm -rf deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
|
||||||
-rm -f $(BINARYTAR).* $(TARBALL).*
|
-rm -f $(BINARYTAR).* $(TARBALL).*
|
||||||
|
|
||||||
|
check: test
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
$(PYTHON) tools/test.py --mode=release message parallel sequential -J
|
$(PYTHON) tools/test.py --mode=release message parallel sequential -J
|
||||||
$(MAKE) jslint
|
$(MAKE) jslint
|
||||||
|
|
Loading…
Reference in New Issue