Skip to content

Commit

Permalink
Make the package more external test runner friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranj committed Aug 30, 2011
1 parent 3c45927 commit 99e6259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -2,6 +2,6 @@
# Run all tests
#
test:
@@vows tests/* --spec
@@node_modules/.bin/vows tests/* --spec

.PHONY: test install
.PHONY: test install
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -8,4 +8,7 @@
, "devDependencies": {
"vows": "0.5.x"
}
, "scripts": {
"test": "make test"
}
}

0 comments on commit 99e6259

Please sign in to comment.