From 738a65c873f7ecc82352fbd516aadfec67063fc8 Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Mon, 4 Jul 2011 17:49:06 +0200 Subject: Make default rake target test --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ] -- cgit v1.2.3-24-ge0c7