X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=Rakefile;h=e83733c0810112d89109bb4ca3cd93efc89900fd;hb=d3f963e54c68e2f50751c090e6863b192e911c5a;hp=4aa62fc8f29b4f98a55f0353497792009d1c3773;hpb=f02ae647b1d09a83034e00e1d6d5c01780f8df51;p=ruby-vorbistagger.git diff --git a/Rakefile b/Rakefile index 4aa62fc..e83733c 100644 --- a/Rakefile +++ b/Rakefile @@ -35,6 +35,9 @@ task :extension => [:install, :clobber] config = Rake::ConfigureTask.new do |t| t.tests << Rake::ConfigureTask:: PkgConfigTest.new("vorbis", :is_critical => true) + t.tests << Rake::ConfigureTask:: + HaveFuncTest.new("rb_hash_foreach", "ruby.h", + :is_critical => true) t.tests << Rake::ConfigureTask::Gcc4Test.new("gcc4") end