Bootstrapping up tests on Vows (DEPENDS ON NPM)

This commit is contained in:
ciaranj
2010-10-17 10:39:19 +01:00
parent d53cb01282
commit cd23affb23
18 changed files with 21 additions and 2486 deletions

View File

@ -1,9 +1,7 @@
NODE = node
all: test
#
# Run all tests
#
test:
@$(NODE) spec/node.js all
.PHONY: test
vows tests/* --spec
.PHONY: test install