Skip to content
  • Cristian Morales Vega's avatar
    CTestCoverageCollectGCOV: run gcov only once · 911b9786
    Cristian Morales Vega authored
    Running gcov once per .gcda file is not only inefficient, it also
    generates wrong data since .gcov files can get overwritten and in
    general gcov works with less information.
    
    fakegcov.cmake needs to be able to handle multiple .gcda files for the
    test to be meaningful.
    911b9786