| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-22 | Move test source code and rake task to mrbgem | Zachary Scott | |
| 2014-07-12 | Fix rake failure since `mrbtest_objs` isn't flattened. | take_cheeze | |
| Append generated test object to `@test_objs` of mrbgem spec. Add method `custom_test_init?` to check whether mrbgem has custom test init function. | |||
| 2014-07-12 | Run 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-06-04 | Add generator script to dependency so that it will regenerate C codes when ↵ | take_cheeze | |
| it's modified. | |||
| 2014-04-05 | Fix 'make test' fail to build on Windows(MSVC) | kyab | |
| 2014-03-10 | reduce mrb_open calls in mrbgem test | take_cheeze | |
| 2014-03-09 | Add comments to notify files are auto generated. | Masaki Muranaka | |
| 2014-02-26 | compile assert.rb once | take_cheeze | |
| 2013-02-23 | Support to build on pwd != mruby source root | Yuichiro MASUI | |
| 2013-02-03 | Fixed failure | Yuichiro MASUI | |
| 2013-02-03 | Generate mrbtest.a file for sparete from driver.o | Yuichiro MASUI | |
| 2013-01-24 | Add flags_after_libraries | Yuichiro MASUI | |
| 2013-01-24 | merge master | Yuichiro MASUI | |
| 2013-01-22 | Fix pretty-print test miss | Jon | |
| 2013-01-21 | Added flags_before_libraries to linker | Yuichiro MASUI | |
| 2013-01-21 | resolve conflicts | Yukihiro Matz Matsumoto | |
| 2013-01-21 | Beautify the output of rake | Daniel Bovensiepen | |
| 2013-01-21 | build_config gets more flexibility | Yuichiro MASUI | |
| 2013-01-20 | Improved build scripts and config files | Yuichiro MASUI | |
| 2013-01-09 | Test ruby library should depend on host's mrbc, not its own mrbc | Xuejie Xiao | |
| 2013-01-05 | Add mruby_ldflags to mrbtest | MATSUMOTO Ryosuke | |
| 2013-01-03 | Rebuild CRuby based building script without Makefile | Yuichiro MASUI | |
| Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb | |||
