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
/
tasks
/
mrbgems_test.rake
Age
Commit message (
Expand
)
Author
2014-01-07
remove superfluous includes
cremno
2014-01-05
Merge pull request #1643 from take-cheeze/remove_unnecessary_depedency
Yukihiro "Matz" Matsumoto
2014-01-02
fix some warnings emitted by 'ruby -w'
cremno
2013-12-27
remove unnecessary depedency in test build
take_cheeze
2013-09-23
eliminate use of traditional intern API (mrb_intern()) completely
Yuichi Nishiwaki
2013-07-27
replace "if not" to "unless"
Yukihiro "Matz" Matsumoto
2013-05-09
remove unused variables
Nihad Abbasov
2013-04-23
Pass verbose flag to each gem test
Xuejie "Rafael" Xiao
2013-04-20
put spaces after if/while
Yukihiro "Matz" Matsumoto
2013-04-06
use EXIT_SUCCESS and EXIT_FAILURE for exit status; close #1142
Yukihiro "Matz" Matsumoto
2013-03-29
Fixed testrb load path
Yuichiro MASUI
2013-03-16
Remove string.h in khash.h
Masaki Muranaka
2013-02-27
Do not generate test_args_hash variable if it is not used
Xuejie "Rafael" Xiao
2013-02-23
Support to build on pwd != mruby source root
Yuichiro MASUI
2013-02-20
declare local variable at the start of a block in generated gem_test.c
nkshigeru
2013-02-03
Generate mrbtest.a file for sparete from driver.o
Yuichiro MASUI
2013-01-30
Changed variable $test_args to constant TEST_ARGS
Carson McDonald
2013-01-30
Make sure quotes and escapes get escaped.
Carson McDonald
2013-01-29
Add ability to pass parameters from mrbgem.rake spec into test scripts.
Carson McDonald
2013-01-21
build_config gets more flexibility
Yuichiro MASUI
2013-01-20
Improved build scripts and config files
Yuichiro MASUI
2013-01-11
Fixed mrbtest result numbers
Yuichiro MASUI
2013-01-10
remove compiler warnings.
mattn
2013-01-07
Run mrbgems test run on isolate mrb_state each rb file.
Yuichiro MASUI