Skip to content

Commit

Permalink
build: make check aliases test
Browse files Browse the repository at this point in the history
A common convention in auto* is to call make check rather than
make test. Let one alias the other

PR-URL: #1211
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
jbergstroem committed Mar 19, 2015
1 parent 4c73104 commit 3b9eab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -70,6 +70,8 @@ distclean:
-rm -rf deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
-rm -f $(BINARYTAR).* $(TARBALL).*

check: test

test: all
$(PYTHON) tools/test.py --mode=release message parallel sequential -J
$(MAKE) jslint
Expand Down

0 comments on commit 3b9eab9

Please sign in to comment.