From: Wolfram Schneider Date: Wed, 21 Aug 2013 16:13:01 +0000 (+0200) Subject: test is an alias for check X-Git-Tag: 0.9.1~202^2~84 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=c540c0d98485f7077f7c91e16f2d1e82558b72e9 test is an alias for check --- diff --git a/test/Makefile b/test/Makefile index fbccd52..88ebd68 100644 --- a/test/Makefile +++ b/test/Makefile @@ -6,6 +6,7 @@ clean distclean: check: jasmine-node ./spec +test: check help: @echo "make [ all | clean | check ]"