Files
node-oauth/Makefile
2010-10-17 10:39:19 +01:00

7 lines
68 B
Makefile

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