UNPKG

tilestrata-mapnik

Version:

A TileStrata plugin for rendering tiles with mapnik

24 lines (19 loc) 394 B
all: npm install clean: rm -rf node_modules/* ifndef only test: @PATH="./node_modules/mocha/bin:${PATH}" && NODE_PATH="./lib:$(NODE_PATH)" mocha -R spec test/ else test: @PATH="./node_modules/mocha/bin:${PATH}" && NODE_PATH="./lib:$(NODE_PATH)" mocha -R spec test/${only}.test.js endif check: npm test testpack: rm -f ./*tgz npm pack tar -ztvf *tgz rm -f ./*tgz .PHONY: test check