build: make check aliases test
authorJohan Bergström <bugs@bergstroem.nu>
Thu, 19 Mar 2015 22:15:54 +0000 (09:15 +1100)
committerJohan Bergström <bugs@bergstroem.nu>
Thu, 19 Mar 2015 23:43:09 +0000 (10:43 +1100)
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>
Makefile

index aeba193..b51523b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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