X-Git-Url: http://git.code-monkey.de/?p=ruby-vorbistagger.git;a=blobdiff_plain;f=Rakefile;fp=Rakefile;h=4aa62fc8f29b4f98a55f0353497792009d1c3773;hp=e83733c0810112d89109bb4ca3cd93efc89900fd;hb=c623a45b47d3061c47eac5abd4867913c9230b36;hpb=de09557fdbeb5648cc66ea5fca28b3d769003ee8 diff --git a/Rakefile b/Rakefile index e83733c..4aa62fc 100644 --- a/Rakefile +++ b/Rakefile @@ -35,9 +35,6 @@ 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