Sha256: 43fdc42ef2fd8fbc07de9e31f1aa27221de3b5d199e9cc90197abf58bd592f91

Contents?: true

Size: 674 Bytes

Versions: 5

Compression:

Stored size: 674 Bytes

Contents

---

:tools:
  :gcov_compiler:
    :executable: gcc
    :arguments:
      - -g
      - -fprofile-arcs
      - -ftest-coverage
      - -I"$": COLLECTION_PATHS_TEST_SUPPORT_SOURCE_INCLUDE_VENDOR
      - -I"$": COLLECTION_PATHS_TEST_TOOLCHAIN_INCLUDE
      - -D$: COLLECTION_DEFINES_TEST_AND_VENDOR
      - -DCODE_COVERAGE
      - -c "${1}"
      - -o "${2}"
  :gcov_linker:
    :executable: gcc
    :arguments:
      - -fprofile-arcs
      - -ftest-coverage
      - ${1}
      - -o ${2}
  :gcov_fixture:
    :executable: ${1}
  :gcov_report:
    :executable: gcov
    :arguments:
      - -n
      - -p
      - -b
      - -o "$": GCOV_BUILD_OUTPUT_PATH
      - "\"${1}\""

...

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ceedling-0.0.12 new_project_template/vendor/ceedling/plugins/gcov/defaults.yml
ceedling-0.0.8 new_project_template/vendor/ceedling/plugins/gcov/defaults.yml
ceedling-0.0.7 new_project_template/vendor/ceedling/plugins/gcov/defaults.yml
ceedling-0.0.5 new_project_template/vendor/ceedling/plugins/gcov/defaults.yml
ceedling-0.0.4 new_project_template/vendor/ceedling/plugins/gcov/defaults.yml