summary refs log tree commit
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-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 ]