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
This commit is contained in:
KOBAYASHI Shuji
2018-12-24 12:12:10 +09:00
parent c34aa8a63e
commit 96bea076ec
+1
View File
@@ -118,6 +118,7 @@ task :all => depfiles do
end
desc "run all mruby tests"
task :test
MRuby.each_target do
next unless test_enabled?