From: Jonathan Dieter Date: Tue, 18 Sep 2018 12:40:12 +0000 (+0100) Subject: Build tests when -Dcoverity=true is defined because they're now excluded X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~106 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=84197b6a8ce1d10fe0f0a21c00b62bad8eb942e1;p=zchunk.git Build tests when -Dcoverity=true is defined because they're now excluded in coverity Signed-off-by: Jonathan Dieter --- diff --git a/meson.build b/meson.build index 82831e6..ea9ef5b 100644 --- a/meson.build +++ b/meson.build @@ -44,9 +44,7 @@ inc = include_directories('include') subdir('include') subdir('src') -if not get_option('coverity') - subdir('test') -endif +subdir('test') pkg_mod = import('pkgconfig') pkg_mod.generate(libraries : zcklib,