summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2018-12-24 16:02:57 +0900
committerGitHub <[email protected]>2018-12-24 16:02:57 +0900
commitecd2bcc9ae2bfb78f11be06e3433cdf86caf6a77 (patch)
treef5ea669c9b7b37f8da8a45535c1c9e417b70eaae
parentc34aa8a63e1f6c23f4dd95120921f14c3f6ca492 (diff)
parent96bea076ec85a86ba715d5574eaf310e05f1a587 (diff)
downloadmruby-ecd2bcc9ae2bfb78f11be06e3433cdf86caf6a77.tar.gz
mruby-ecd2bcc9ae2bfb78f11be06e3433cdf86caf6a77.zip
Merge pull request #4199 from shuujii/refine-desc-for-rake-test
Refine description for rake test tasks.
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
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?