Skip to content
  • Simon McVittie's avatar
    Consistently add CODE_COVERAGE_LIBS everywhere · e0ea7a13
    Simon McVittie authored
    
    
    We need to link the code coverage objects, directly or indirectly,
    into every executable and every shared library. The rule I've followed
    to make it clear that we do this, without too much repetition, is:
    each executable, shared library or convenience library has
    CODE_COVERAGE_LIBS in its LDADD or LIBADD, unless it is linked to a
    convenience library in the same directory that has CODE_COVERAGE_LIBS
    in *its* LIBADD.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    e0ea7a13