Skip to content

Commit

Permalink
Allow using "check" as a Makefile target (as per GNU coding standards)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Jul 3, 2012
1 parent eaaf072 commit b239fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@

test:
check test:
PATH=./node_modules/.bin:${PATH} mocha \
--require should \
--reporter spec
Expand Down

0 comments on commit b239fb4

Please sign in to comment.