Add real tests.
This commit is contained in:
parent
96dfad0178
commit
3aa2ac2634
5 changed files with 95 additions and 70 deletions
7
src/bindings/ruby/Rakefile
Normal file
7
src/bindings/ruby/Rakefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rake/testtask'
|
||||
|
||||
Rake::TestTask.new do |t|
|
||||
t.pattern = "test/*_test.rb"
|
||||
end
|
||||
|
||||
task :default => [:test]
|
||||
Loading…
Add table
Add a link
Reference in a new issue