aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index f7b51510..2a112ea6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,6 +12,11 @@ Rake::TestTask.new do |t|
t.warning = true
end
+task :test => :debug
+task :debug do
+ sh "ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'"
+end
+
task :sync do
trunk = ENV.fetch("RUBY_TRUNK_PATH", "../ruby")