Provide GNU standard Makefile target "check" (#151)
This commit is contained in:
parent
f00c048b19
commit
481b19f30e
2
Makefile
2
Makefile
@ -16,6 +16,8 @@ test:
|
|||||||
@NODE_PATH=./lib:$NODE_PATH $(expresso) -R spec -I lib test/${only}.test.js
|
@NODE_PATH=./lib:$NODE_PATH $(expresso) -R spec -I lib test/${only}.test.js
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
check: test
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
$(docco) lib/carto/*.js lib/carto/tree/*.js
|
$(docco) lib/carto/*.js lib/carto/tree/*.js
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user