node-opencv/smoke/smoke.sh
2012-09-27 16:22:57 -07:00

7 lines
144 B
Bash
Executable File

#!/bin/bash
node-gyp rebuild && echo '-- Compiled OK --
' && node smoke/smoketest.js && echo '-- Smoke Done, running tests --
' && npm test