Browse Source

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>
v1.8.0-commit
Johan Bergström 10 years ago
parent
commit
3b9eab9779
  1. 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…
Cancel
Save