diff options
author | Florian Frank <flori@ping.de> | 2011-07-04 17:49:06 +0200 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2011-07-04 17:49:06 +0200 |
commit | 738a65c873f7ecc82352fbd516aadfec67063fc8 (patch) | |
tree | 8c71c759d4857b9d6c161a9ed0b07ac6109e054c /Rakefile | |
parent | 754e3a5f8c2eae225cce70dea5b6f71156990768 (diff) | |
download | json-738a65c873f7ecc82352fbd516aadfec67063fc8.tar.gz |
Make default rake target test
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ] |