Files
bug-em/node_modules/oauth/Makefile
Talor Berthelson 889faf9c1c lol
2016-06-17 20:49:15 -04:00

8 lines
97 B
Makefile

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