Skip to content
Snippets Groups Projects
  • Simon McVittie's avatar
    c08dc250
    tests: Ensure we have better coverage if built with --werror · c08dc250
    Simon McVittie authored
    
    Release builds are not done with --werror, so we will gracefully skip
    various parts of the build if we are running on a particularly strange
    platform (where /dev/pts isn't a directory, /dev/stderr isn't a symlink,
    or we are unable to expand `${LIB}` and `${PLATFORM}`). But for our
    official CI and individual developers' builds, we expect the build to
    be done on a platform that makes sense, so we can be more strict.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    c08dc250
    History
    tests: Ensure we have better coverage if built with --werror
    Simon McVittie authored
    
    Release builds are not done with --werror, so we will gracefully skip
    various parts of the build if we are running on a particularly strange
    platform (where /dev/pts isn't a directory, /dev/stderr isn't a symlink,
    or we are unable to expand `${LIB}` and `${PLATFORM}`). But for our
    official CI and individual developers' builds, we expect the build to
    be done on a platform that makes sense, so we can be more strict.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>