move smoke tests to directory

This commit is contained in:
Peter Braden 2012-09-27 16:22:57 -07:00
parent 0d43626aa0
commit 7e564d504e
3 changed files with 7 additions and 7 deletions

View File

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

6
smoke/smoke.sh Executable file
View File

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

View File

@ -1,4 +1,4 @@
var cv = require('./lib/opencv')
var cv = require('../lib/opencv')
/*
new cv.VideoCapture(0).read(function(mat){