module GcovrExt

Constants

VERSION

Public Instance Methods

enable_gcovr() click to toggle source
# File lib/gcovrext/extconf.rb, line 4
def enable_gcovr
  $CFLAGS << "-fprofile-arcs -ftest-coverage -fPIC -O0 -g"
  $LDFLAGS << " -fprofile-arcs"
end