summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 574c1365a..8a8912af5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -116,9 +116,7 @@ end
desc "run all mruby tests"
task :test => ["all"] do
MRuby.each_target do
- if gems.find { |v| v.name == 'mruby-test' }
- run_test unless build_mrbtest_lib_only?
- end
+ run_test if test_enabled?
end
end