Skip to content

Commit 0f43c88

Browse files
committed
npm test no longer depends on make
Before running the tests, make sure the files are built. Then run using nodeunit. Working towards better cross platform compatibility.
1 parent d96e100 commit 0f43c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url" : "http://github.com/ncb000gt/node.bcrypt.js/issues"
2020
},
2121
"scripts": {
22-
"test": "make test"
22+
"test": "node-gyp configure build && nodeunit test"
2323
},
2424
"dependencies": {
2525
"bindings": "1.0.0"

0 commit comments

Comments
 (0)