diff --git a/package.json b/package.json index 9e304b3..986a49b 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ , "engine": "node >= 0.4.1" , "scripts": { "preinstall": "node-waf configure build" + , "test": "node test/smoke.js" } , "main": "./lib/opencv" -} \ No newline at end of file +}