Commit 9257ee64 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2927 from hone/bintest_subfolders

run bintests within subfolders of bintest/
parents 43b93126 b432f12f
......@@ -2,7 +2,7 @@ $:.unshift File.dirname(File.dirname(File.expand_path(__FILE__)))
require 'test/assert.rb'
ARGV.each do |gem|
Dir["#{gem}/bintest/*.rb"].each do |file|
Dir["#{gem}/bintest/**/*.rb"].each do |file|
load file
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment