mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
move smoke tests to directory
This commit is contained in:
parent
0d43626aa0
commit
7e564d504e
6
smoke.sh
6
smoke.sh
@ -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
6
smoke/smoke.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
node-gyp rebuild && echo '-- Compiled OK --
|
||||
|
||||
' && node smoke/smoketest.js && echo '-- Smoke Done, running tests --
|
||||
|
||||
' && npm test
|
||||
@ -1,4 +1,4 @@
|
||||
var cv = require('./lib/opencv')
|
||||
var cv = require('../lib/opencv')
|
||||
/*
|
||||
new cv.VideoCapture(0).read(function(mat){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user