mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
load legacy interfaces in test helper
This commit is contained in:
parent
a1dc077e24
commit
b2c6d1d4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# -*- mode: ruby; coding: utf-8 -*-
|
# -*- mode: ruby; coding: utf-8 -*-
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
require 'digest/md5'
|
require 'digest/md5'
|
||||||
require 'opencv'
|
require File.expand_path(File.dirname(__FILE__)) + '/../lib/opencv'
|
||||||
include Cv
|
include Cv
|
||||||
|
|
||||||
class OpenCVTestCase < Test::Unit::TestCase
|
class OpenCVTestCase < Test::Unit::TestCase
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue