summaryrefslogtreecommitdiffhomepage
path: root/test/init_mrbtest.c
AgeCommit message (Collapse)Author
2015-08-22Move test source code and rake task to mrbgemZachary Scott
2014-08-20Fix error handlings for mrb_open_core().Tatsuhiko Kubo
2014-07-23Fix memory leak for test driverksss
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
Solves #2355. In test drivers: * Uses `mrb_t_pass_result` to check and pass test result to main `mrb_state`. * Adds `mrb_init_test_driver` to init test `mrb_state`.
2014-07-08Use `mrb_print_error` to print exception instead of `mrb_p`.take_cheeze
2014-02-26compile assert.rb oncetake_cheeze
2014-01-07remove superfluous includescremno
- reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style)
2013-04-05Fix exitmattn
2013-03-27resolve conflict from #964Yukihiro Matz Matsumoto
2013-03-16Remove stdlib.h from mruby.h. It is for portability (care for freestanding ↵Masaki Muranaka
environments). This is a first step. It will be reduced stdlib.h in each files later.
2013-03-08Change unsigned char to uint8_tYuichiro MASUI
2013-03-08New mrb format. The detail is in https://github.com/mruby/mruby/issues/944Yuichiro MASUI
2012-12-22Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgemsYuichiro MASUI
2012-12-08Use only DISABLE_GEMS for feature request in include/mrbconf.hDaniel Bovensiepen
2012-12-05rename mrb_load_irep for mrbtest to be consistent to name changeDaniel Bovensiepen
2012-12-05rename mrb_load_irep etc. for naming consistencyYukihiro Matz Matsumoto
2012-11-22Deactivate / Activate GEMs Flag introduced into mrbtestDaniel Bovensiepen
2012-09-22Move Gem Tests into the main Test targetDaniel Bovensiepen
2012-05-18refactor test driverYukihiro Matsumoto
2012-05-14make test restructuringYukihiro Matsumoto