Commit 96bea076 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

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
parent c34aa8a6
...@@ -118,6 +118,7 @@ task :all => depfiles do ...@@ -118,6 +118,7 @@ task :all => depfiles do
end end
desc "run all mruby tests" desc "run all mruby tests"
task :test
MRuby.each_target do MRuby.each_target do
next unless test_enabled? next unless test_enabled?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment