summaryrefslogtreecommitdiffhomepage
path: root/test/report.rb
diff options
context:
space:
mode:
authorAkira Yumiyama <[email protected]>2012-11-05 13:28:20 +0900
committerAkira Yumiyama <[email protected]>2012-11-05 13:28:20 +0900
commitcd2c7c7532b91818b57e7f54ce5ed4553ae3964c (patch)
tree4ad9c1c51e2f6adf7ff7958af077d5e1417e2c38 /test/report.rb
parent3ceadfa5b256c9fca0a8e7f4af3cdb1b31e6e354 (diff)
downloadmruby-cd2c7c7532b91818b57e7f54ce5ed4553ae3964c.tar.gz
mruby-cd2c7c7532b91818b57e7f54ce5ed4553ae3964c.zip
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..5e85715b7
--- /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