
8 Oct
2020
8 Oct
'20
2:17 p.m.
On Thu, 2020-10-08 at 15:59 +0200, Pavel Hrdina wrote:
+++ b/meson_options.txt @@ -8,6 +8,7 @@ option('test_coverage', type: 'boolean', value: false, description: 'turn on cod option('git_werror', type: 'feature', value: 'auto', description: 'use -Werror if building from GIT') option('rpath', type: 'feature', value: 'auto', description: 'whether to include rpath information in installed binaries and libraries') option('docs', type: 'feature', value: 'auto', description: 'whether to generate documentation') +option('tests', type: 'feature', value: 'auto', description: 'whether to build tests')
Don't we want -Dtests=enabled in libvirt.spec.in at this point? -- Andrea Bolognani / Red Hat / Virtualization