From e7531725f35f8aef44f3ec1add2b9040521fed0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstr=C3=B6m?= Date: Fri, 20 Mar 2015 09:15:54 +1100 Subject: [PATCH] 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#issuecomment-83801834 Reviewed-By: Ben Noordhuis --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index aeba1939ed93e0..b51523b09c4613 100644 --- 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