diff options
| author | KOBAYASHI Shuji <[email protected]> | 2018-12-24 12:12:10 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2018-12-24 12:12:10 +0900 |
| commit | 96bea076ec85a86ba715d5574eaf310e05f1a587 (patch) | |
| tree | f5ea669c9b7b37f8da8a45535c1c9e417b70eaae /Rakefile | |
| parent | c34aa8a63e1f6c23f4dd95120921f14c3f6ca492 (diff) | |
| download | mruby-96bea076ec85a86ba715d5574eaf310e05f1a587.tar.gz mruby-96bea076ec85a86ba715d5574eaf310e05f1a587.zip | |
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
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,6 +118,7 @@ task :all => depfiles do end desc "run all mruby tests" +task :test MRuby.each_target do next unless test_enabled? |
