summary refs log tree commit
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-07-04 17:49:06 +0200
committerFlorian Frank <flori@ping.de>2011-07-04 17:49:06 +0200
commit738a65c873f7ecc82352fbd516aadfec67063fc8 (patch)
tree8c71c759d4857b9d6c161a9ed0b07ac6109e054c
parent754e3a5f8c2eae225cce70dea5b6f71156990768 (diff)
downloadruby-json-738a65c873f7ecc82352fbd516aadfec67063fc8.tar.gz
Make default rake target test
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 037d02c..cc8137d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -63,6 +63,7 @@ task :install_ext_really do
       mkdir_p File.dirname(d)
       install(file, d)
     end
+    warn " *** Installed EXT ruby library."
   end
 end
 
@@ -384,4 +385,4 @@ else
 end
 
 desc "Compile in the the source directory"
-task :default => [ :clean, :gemspec, :compile ]
+task :default => [ :clean, :gemspec, :test ]