Files
Shifted/node_modules/oauth/Makefile
2026-02-10 01:14:19 +00:00

8 lines
97 B
Makefile

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