add test/bintest.rb

This commit is contained in:
fleuria
2013-11-16 14:25:57 +08:00
parent 0a4010728a
commit 1404d491d2
+8
View File
@@ -0,0 +1,8 @@
$:.unshift File.dirname(File.dirname(File.expand_path(__FILE__)))
require 'test/assert.rb'
Dir['mrbgems/**/bintest/*.rb'].each do |file|
load file
end
load 'test/report.rb'