node-oauth/Makefile

8 lines
89 B
Makefile

#
# Run all tests
#
test:
@@node_modules/.bin/vows tests/* --spec
.PHONY: test install