chiark / gitweb /
add false option for tests (#7778)
authorAdam Duskett <Aduskett@gmail.com>
Mon, 15 Jan 2018 11:25:46 +0000 (06:25 -0500)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:50:09 +0000 (07:50 +0200)
commit7ef95182343af165023847e42e27c17ff0047062
treeb8661d24c540cc1ec8b20d8af6ecb042b2806a63
parent89c7df51e966c0b0c080c5ecab238dbe289c7768
add false option for tests (#7778)

Currently there is no way to prevent tests from building using meson.
This introduces two problems:

1) It adds a extra 381 files to compile.
2) One of these tests explicitly requires libgcrypt to be built even if systemd
   is not using it.
3) It adds C++ to the requirements to build systemd.

When cross-compiling, this is uneccessary.
meson.build
meson_options.txt