summaryrefslogtreecommitdiffhomepage
path: root/test/driver.c
AgeCommit message (Expand)Author
2015-05-15Use `mrb_funcall` instead of `mrb_load_string` in test driver.take_cheeze
2014-07-14Set `$mrbtest_verbose` flag in `mrb_init_test_driver`.take_cheeze
2014-07-12Run mrbgem and core tests on minimum dependencies.take_cheeze
2014-07-09remove unused return_valueYukihiro "Matz" Matsumoto
2014-07-08Print error instead of printing return value of report.take_cheeze
2014-05-13Replace from include <>, to include "".yui-knk
2014-05-13fix overflow error like #2244 on MRB_WORD_BOXINGYukihiro "Matz" Matsumoto
2014-05-05add Mrbtest::FIXNUM_{MAX,MIN,BIT}cremno
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-03-29Use mrb_intern_lit instead of mrb_intern in test driver.take_cheeze
2014-03-06make embed string when create literalsksss
2014-03-06embed small stringksss
2014-02-08Remove notice of early versionDaniel Bovensiepen
2013-11-29rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513Yukihiro "Matz" Matsumoto
2013-09-23fix a bug introduced in prev commitYuichi Nishiwaki
2013-09-23eliminate use of traditional intern API (mrb_intern()) completelyYuichi Nishiwaki
2013-05-08Move declaration of kernel to the beginning of the methodDaniel Bovensiepen
2013-05-08Implement fallback print method for testing environment in case mruby-print G...Daniel Bovensiepen
2013-03-24Add stdio.h. This is just for now. We should discuss about remote tests later.Masaki Muranaka
2013-03-17resolve conflict from #1017Yukihiro Matz Matsumoto
2013-03-17refine abf1b18 to remove nested ifYukihiro Matz Matsumoto
2013-03-16Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...Masaki Muranaka
2013-03-16Remove unused string.h.Masaki Muranaka
2013-03-16Remove strncmp(). It enables to process various options.Masaki Muranaka
2013-03-13Cut off eval_test from mainkano4
2013-03-12Add static declarationkano4
2013-02-09add mrbtest verbose mode ('-v' option)Akira Yumiyama
2012-11-04replace FIXNUM_P() by mrb_fixnum_p()Yukihiro Matz Matsumoto
2012-07-29Modify return value of mrbtest.Masamitsu MURASE
2012-07-03remove unused variablesYukihiro Matsumoto
2012-07-03test/driver to use EXIT_SUCCESSYukihiro Matsumoto
2012-07-03add context to parser, that would hold local variable info, filename, and lin...Yukihiro Matsumoto
2012-06-03Check mrb_open return value for NULLJon
2012-05-22change example code to do mrb_close()Mitchell Blank Jr
2012-05-18refactor test driverYukihiro Matsumoto
2012-05-18rename compiler.h to mruby/compiler.hYukihiro Matsumoto
2012-05-14make test restructuringYukihiro Matsumoto