Skip to content

Commit 3b9eab9

Browse files
committed
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: #1211 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 4c73104 commit 3b9eab9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ distclean:
7070
-rm -rf deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
7171
-rm -f $(BINARYTAR).* $(TARBALL).*
7272

73+
check: test
74+
7375
test: all
7476
$(PYTHON) tools/test.py --mode=release message parallel sequential -J
7577
$(MAKE) jslint

0 commit comments

Comments
 (0)