]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: drop test_suite configure argument
authorPavel Hrdina <phrdina@redhat.com>
Fri, 24 Jul 2020 14:04:19 +0000 (16:04 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 3 Aug 2020 07:26:31 +0000 (09:26 +0200)
commitf988ce2fd53c0f8cf9d1e676e7c1b1175000978e
tree681af1b73924c5d6c71ba8382caf76e6498ec546
parenta4dc88d24ad5b74c16c7cfc6821e9258774b6903
meson: drop test_suite configure argument

With autoconf this option controlled if the test suite is compiled by
default or not with the fact that it will be compiled later when
running `make check`.

With meson it is not possible to compile it later when running
`ninja test` as it will be always compiled if referenced by `test()`
function in meson.build files.

Since we cannot postpone compilation of the test suite drop this option
as it will not be converted to meson.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
configure.ac
tests/Makefile.am