From 96bea076ec85a86ba715d5574eaf310e05f1a587 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Mon, 24 Dec 2018 12:12:10 +0900 Subject: Refine description for rake test tasks. Before: $ rake -T test rake test_test # run all mruby tests After: $ rake -T test rake test # run all mruby tests --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 20b6096f5..47da28166 100644 --- a/Rakefile +++ b/Rakefile @@ -118,6 +118,7 @@ task :all => depfiles do end desc "run all mruby tests" +task :test MRuby.each_target do next unless test_enabled? -- cgit v1.2.3