summaryrefslogtreecommitdiffhomepage
path: root/tasks/mrbgems_test.rake
AgeCommit message (Expand)Author
2014-01-07remove superfluous includescremno
2014-01-05Merge pull request #1643 from take-cheeze/remove_unnecessary_depedencyYukihiro "Matz" Matsumoto
2014-01-02fix some warnings emitted by 'ruby -w'cremno
2013-12-27remove unnecessary depedency in test buildtake_cheeze
2013-09-23eliminate use of traditional intern API (mrb_intern()) completelyYuichi Nishiwaki
2013-07-27replace "if not" to "unless"Yukihiro "Matz" Matsumoto
2013-05-09remove unused variablesNihad Abbasov
2013-04-23Pass verbose flag to each gem testXuejie "Rafael" Xiao
2013-04-20put spaces after if/whileYukihiro "Matz" Matsumoto
2013-04-06use EXIT_SUCCESS and EXIT_FAILURE for exit status; close #1142Yukihiro "Matz" Matsumoto
2013-03-29Fixed testrb load pathYuichiro MASUI
2013-03-16Remove string.h in khash.hMasaki Muranaka
2013-02-27Do not generate test_args_hash variable if it is not usedXuejie "Rafael" Xiao
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI
2013-02-20declare local variable at the start of a block in generated gem_test.cnkshigeru
2013-02-03Generate mrbtest.a file for sparete from driver.oYuichiro MASUI
2013-01-30Changed variable $test_args to constant TEST_ARGSCarson McDonald
2013-01-30Make sure quotes and escapes get escaped.Carson McDonald
2013-01-29Add ability to pass parameters from mrbgem.rake spec into test scripts.Carson McDonald
2013-01-21build_config gets more flexibilityYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-11Fixed mrbtest result numbersYuichiro MASUI
2013-01-10remove compiler warnings.mattn
2013-01-07Run mrbgems test run on isolate mrb_state each rb file.Yuichiro MASUI