Skip to content

Commit

Permalink
npm test no longer depends on make
Browse files Browse the repository at this point in the history
Before running the tests, make sure the files are built. Then run using
nodeunit.

Working towards better cross platform compatibility.
  • Loading branch information
defunctzombie committed Jul 27, 2012
1 parent d96e100 commit 0f43c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url" : "http://github.com/ncb000gt/node.bcrypt.js/issues" "url" : "http://github.com/ncb000gt/node.bcrypt.js/issues"
}, },
"scripts": { "scripts": {
"test": "make test" "test": "node-gyp configure build && nodeunit test"
}, },
"dependencies": { "dependencies": {
"bindings": "1.0.0" "bindings": "1.0.0"
Expand Down

0 comments on commit 0f43c88

Please sign in to comment.