Commit b432f12f authored by Terence Lee's avatar Terence Lee

run bintests within subfolders of bintest/

parent 43b93126
...@@ -2,7 +2,7 @@ $:.unshift File.dirname(File.dirname(File.expand_path(__FILE__))) ...@@ -2,7 +2,7 @@ $:.unshift File.dirname(File.dirname(File.expand_path(__FILE__)))
require 'test/assert.rb' require 'test/assert.rb'
ARGV.each do |gem| ARGV.each do |gem|
Dir["#{gem}/bintest/*.rb"].each do |file| Dir["#{gem}/bintest/**/*.rb"].each do |file|
load file load file
end end
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