index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
mrbtest.rake
Age
Commit message (
Expand
)
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
2014-07-12
Run mrbgem and core tests on minimum dependencies.
take_cheeze
2014-06-04
Add generator script to dependency so that it will regenerate C codes when it...
take_cheeze
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