Make the package more external test runner friendly

This commit is contained in:
ciaranj 2011-08-30 21:48:08 +01:00
parent 3c45927acd
commit 99e625968a
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -8,4 +8,7 @@
, "devDependencies": { , "devDependencies": {
"vows": "0.5.x" "vows": "0.5.x"
} }
, "scripts": {
"test": "make test"
}
} }