summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-03-01 18:13:36 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-03-01 18:13:36 +0900
commit5ff9c1d2861609fc98f03ec2d768e0b4f1559a09 (patch)
tree30cd0fee4c3bf11ccec599d0df4f4d5f2147a423
parent675fd3dc801f17a4e81aa1bd15925500246fd5e5 (diff)
parent32818bd25e8bb1eac87d0382a46b6cba6a9587b7 (diff)
downloadmruby-5ff9c1d2861609fc98f03ec2d768e0b4f1559a09.tar.gz
mruby-5ff9c1d2861609fc98f03ec2d768e0b4f1559a09.zip
Merge branch 'master' of github.com:mruby/mruby
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c7d70797e..dbe2ed0a3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -101,7 +101,7 @@ task :all => depfiles do
end
desc "run all mruby tests"
-task :test => MRuby.targets.values.map { |t| t.build_mrbtest_lib_only? ? t.libfile("#{t.build_dir}/test/mrbtest") : t.exefile("#{t.build_dir}/test/mrbtest") } do
+task :test => ["all"] + MRuby.targets.values.map { |t| t.build_mrbtest_lib_only? ? t.libfile("#{t.build_dir}/test/mrbtest") : t.exefile("#{t.build_dir}/test/mrbtest") } do
MRuby.each_target do
run_test unless build_mrbtest_lib_only?
end