diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-11-05 01:12:39 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-11-05 01:12:39 -0800 |
| commit | b777850c7856ee069603d8f9dd156c38926c2610 (patch) | |
| tree | ca03f136efebc6d058ee95fbbaf5c5c05386e779 /test/report.rb | |
| parent | 3ceadfa5b256c9fca0a8e7f4af3cdb1b31e6e354 (diff) | |
| parent | fdefaf9f7d02a2b43d25bccaecca7ec530f77384 (diff) | |
| download | mruby-b777850c7856ee069603d8f9dd156c38926c2610.tar.gz mruby-b777850c7856ee069603d8f9dd156c38926c2610.zip | |
Merge pull request #528 from iij/pr-mruby-mrbc-test
add mruby/mrbc tests.
Diffstat (limited to 'test/report.rb')
| -rw-r--r-- | test/report.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/report.rb b/test/report.rb new file mode 100644 index 000000000..fb77fd0aa --- /dev/null +++ b/test/report.rb @@ -0,0 +1,4 @@ +report +if $ko_test > 0 or $kill_test > 0 + raise "mrbtest failed (KO:#{$ko_test}, Crash:#{$kill_test})" +end |
