Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add "make check" support.
This is to follow GNU coding stadards. See:
www.gnu.org/prep/standards/html_node/Standard-Targets.html
  • Loading branch information
Sandro Santilli committed Jul 2, 2012
1 parent 39efa45 commit e9a4b4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -10,6 +10,8 @@ docs/%.md: lib/%.js
@mkdir -p docs
dox --raw < $< | ./support/docs > $@

check: test

test: test-unit test-acceptance

test-unit:
Expand Down

0 comments on commit e9a4b4f

Please sign in to comment.