diff options
| author | fleuria <[email protected]> | 2013-11-16 14:25:57 +0800 |
|---|---|---|
| committer | fleuria <[email protected]> | 2013-11-16 14:25:57 +0800 |
| commit | 1404d491d2c8a4cbe25b86978f6cfc7cc37a01e6 (patch) | |
| tree | 7af263e5af5f7b1d37b7384f815d0e5a2f226492 /test/bintest.rb | |
| parent | 0a4010728a85669c8f6ea4fffa53cc303f11c68a (diff) | |
| download | mruby-1404d491d2c8a4cbe25b86978f6cfc7cc37a01e6.tar.gz mruby-1404d491d2c8a4cbe25b86978f6cfc7cc37a01e6.zip | |
add test/bintest.rb
Diffstat (limited to 'test/bintest.rb')
| -rw-r--r-- | test/bintest.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/bintest.rb b/test/bintest.rb new file mode 100644 index 000000000..e9dbb285e --- /dev/null +++ b/test/bintest.rb @@ -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' |
