Commit Graph

18 Commits

Author SHA1 Message Date
Nihad Abbasov 9dd539bb15 remove unused variables 2013-05-09 17:05:59 +05:00
Xuejie "Rafael" Xiao 5a8abf85d7 Pass verbose flag to each gem test 2013-04-23 14:15:14 -04:00
Yukihiro "Matz" Matsumoto c79172dfd5 put spaces after if/while 2013-04-20 23:11:43 +09:00
Yukihiro "Matz" Matsumoto e72ac2c61f use EXIT_SUCCESS and EXIT_FAILURE for exit status; close #1142 2013-04-06 00:48:42 +09:00
Yuichiro MASUI 32d1edb764 Fixed testrb load path 2013-03-29 18:31:24 +09:00
Masaki Muranaka 7de2deab1e Remove string.h in khash.h 2013-03-16 17:48:30 +09:00
Xuejie "Rafael" Xiao 1f692ab0ba Do not generate test_args_hash variable if it is not used 2013-02-27 21:29:49 -05:00
Yuichiro MASUI 0970ca9572 Support to build on pwd != mruby source root 2013-02-23 19:03:59 +09:00
nkshigeru 7632b7a097 declare local variable at the start of a block in generated gem_test.c 2013-02-20 13:02:44 +09:00
Yuichiro MASUI a74f92b46b Generate mrbtest.a file for sparete from driver.o 2013-02-03 13:38:18 +09:00
Carson McDonald c1ca662170 Changed variable $test_args to constant TEST_ARGS 2013-01-30 05:36:03 -05:00
Carson McDonald 33081f52ab Make sure quotes and escapes get escaped. 2013-01-30 05:27:42 -05:00
Carson McDonald 79f802365f Add ability to pass parameters from mrbgem.rake spec into test scripts. 2013-01-29 22:03:29 -05:00
Yuichiro MASUI 0defb59053 build_config gets more flexibility 2013-01-21 12:46:17 +09:00
Yuichiro MASUI ced80d2b4b Improved build scripts and config files 2013-01-20 22:48:42 +09:00
Yuichiro MASUI 5d9aeb1502 Fixed mrbtest result numbers 2013-01-11 02:50:22 +09:00
mattn 7deef5aa7d remove compiler warnings. 2013-01-10 14:38:05 +09:00
Yuichiro MASUI 280bad605e Run mrbgems test run on isolate mrb_state each rb file.
Can access to current gem's name through GEMNAME from test.

Can change assert library each mrbgems. used spec.test_preload on mrbgem.rake.

assert library should set $ok_test, $ko_test, $kill_test, $asserts.
2013-01-07 02:58:36 +09:00