1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
ruby-opencv/test/test_opencv.rb

13 lines
217 B
Ruby
Raw Normal View History

#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
2010-12-31 02:38:46 -05:00
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'
2010-12-31 02:38:46 -05:00
include OpenCV
class TestOpenCV < OpenCVTestCase
2010-12-31 02:38:46 -05:00
end