node-opencv/smoke.sh
2012-01-16 17:46:14 -08:00

7 lines
168 B
Bash
Executable File

#!/bin/bash
node-waf configure && node-waf build && echo '-- Compiled OK --
' && node test/smoke.js && echo '-- Tests Done, running smoke --
' && node smoketest.js