projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3253af6
)
Build tests when -Dcoverity=true is defined because they're now excluded
author
Jonathan Dieter
<jdieter@gmail.com>
Tue, 18 Sep 2018 12:40:12 +0000
(13:40 +0100)
committer
Jonathan Dieter
<jdieter@gmail.com>
Tue, 18 Sep 2018 12:40:12 +0000
(13:40 +0100)
in coverity
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 82831e6a59f72d574565decc752d6c433dcb340b..ea9ef5bfc9b101c58e9aaa922ee737e5ba069609 100644
(file)
--- 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,