From 280bad605e764d1caf59a3ee21b640e077b63d2f Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Mon, 7 Jan 2013 01:47:48 +0900 Subject: 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. --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index da42755f8..d31af964a 100644 --- a/Rakefile +++ b/Rakefile @@ -19,6 +19,8 @@ load 'tasks/mrbgems.rake' load 'tasks/libmruby.rake' load 'tools/mruby/mruby.rake' load 'tools/mirb/mirb.rake' + +load 'tasks/mrbgems_test.rake' load 'test/mrbtest.rake' ############################## -- cgit v1.2.3