Sha256: 770ce00b40766d994520f6cc5d0a3180e0ff88ae1b69e76180f53cbad6fddc54

Contents?: true

Size: 379 Bytes

Versions: 3

Compression:

Stored size: 379 Bytes

Contents

if RUBY_VERSION =~ /1.9/
  puts "**** Ruby 1.9 is not supported. Please switch to simplecov ****"
  Kernel.exit 1
end

require 'mkmf'

dir_config("gcov")
if ENV["USE_GCOV"] and Config::CONFIG['CC'] =~ /gcc/ and 
  have_library("gcov", "__gcov_open")

  $CFLAGS << " -fprofile-arcs -ftest-coverage"
  create_makefile("rcovrt", "1.8/")
else
  create_makefile("rcovrt", "1.8/")
end

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
devise_sociable-0.1.0 vendor/bundle/gems/rcov-1.0.0/ext/rcovrt/extconf.rb
chida_fib-0.1.0 shoulda/ruby/1.8/gems/rcov-1.0.0/ext/rcovrt/extconf.rb
rcov-1.0.0 ext/rcovrt/extconf.rb