Skip to content

Commit

Permalink
Make default rake target test
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Jul 4, 2011
1 parent 754e3a5 commit 738a65c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -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

Expand Down Expand Up @@ -384,4 +385,4 @@ else
end

desc "Compile in the the source directory"
task :default => [ :clean, :gemspec, :compile ]
task :default => [ :clean, :gemspec, :test ]

0 comments on commit 738a65c

Please sign in to comment.