Sha256: af81493eb0df5037bd7a4e9c3ce0a21be33688cfbd1d8421afcffac78d2314fa

Contents?: true

Size: 602 Bytes

Versions: 18

Compression:

Stored size: 602 Bytes

Contents

$:.unshift File.join(File.dirname(__FILE__),"..","lib")

require 'cxxproject/utils/optional'
initialize_simplecov = lambda do
  require 'simplecov'
  if ENV['COVERAGE']
    SimpleCov.start do
      add_group 'buildingblocks', 'lib/cxxproject/buildingblocks'
      add_group 'utils', 'lib/cxxproject/utils'
      add_group 'errorparser', 'lib/cxxproject/errorparser'
      add_group 'toolchain', 'lib/cxxproject/toolchain'
      add_group 'ext', 'lib/cxxproject/ext'
    end
  end
end
Cxxproject::Utils::optional_package(initialize_simplecov, nil)

RakeFileUtils.send(:verbose, false)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
cxxproject-0.5.76 spec/spec_helper.rb
cxxproject-0.5.75 spec/spec_helper.rb
cxxproject-0.5.74 spec/spec_helper.rb
cxxproject-0.5.73 spec/spec_helper.rb
cxxproject-0.5.72 spec/spec_helper.rb
cxxproject-0.5.71 spec/spec_helper.rb
cxxproject-0.5.70 spec/spec_helper.rb
cxxproject-0.5.69 spec/spec_helper.rb
cxxproject-0.5.68 spec/spec_helper.rb
cxxproject-0.5.67 spec/spec_helper.rb
cxxproject-0.5.66 spec/spec_helper.rb
cxxproject-0.5.65 spec/spec_helper.rb
cxxproject-0.5.64 spec/spec_helper.rb
cxxproject-0.5.63 spec/spec_helper.rb
cxxproject-0.5.62 spec/spec_helper.rb
cxxproject-0.5.61 spec/spec_helper.rb
cxxproject-0.5.60 spec/spec_helper.rb
cxxproject-0.5.59 spec/spec_helper.rb