Merge pull request #152 from strk/make_check

Provide GNU standard Makefile target "check" (#151)
This commit is contained in:
Dane Springmeyer 2012-06-25 09:43:47 -07:00
commit 51c3ab65d7

View File

@ -16,6 +16,8 @@ test:
@NODE_PATH=./lib:$NODE_PATH $(expresso) -R spec -I lib test/${only}.test.js
endif
check: test
doc:
$(docco) lib/carto/*.js lib/carto/tree/*.js