aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 05c1817f..f89d075b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,4 +8,7 @@ Rake::ExtensionTask.new('openssl')
# the same as before
Rake::TestTask.new do |t|
t.libs << 'test'
+ t.verbose = true
+ t.warning = true
+ t.options = "-v"
end