summaryrefslogtreecommitdiffhomepage
path: root/test/report.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-11-05 01:12:39 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2012-11-05 01:12:39 -0800
commitb777850c7856ee069603d8f9dd156c38926c2610 (patch)
treeca03f136efebc6d058ee95fbbaf5c5c05386e779 /test/report.rb
parent3ceadfa5b256c9fca0a8e7f4af3cdb1b31e6e354 (diff)
parentfdefaf9f7d02a2b43d25bccaecca7ec530f77384 (diff)
downloadmruby-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.rb4
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