2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#3732] Add note to devel docs recommending Meson 1.8.0

This commit is contained in:
Andrei Pavel
2025-04-16 13:09:54 +03:00
parent 282687853c
commit 53342bf8ca

View File

@@ -25,6 +25,11 @@ fetch googletest on its own. The `-D tests` flag has to be provided.
meson setup build -D tests=enabled
@endcode
@note When tests are enabled, Meson 1.8.0 or later is strongly recommended. It
fixes a bug where "meson setup" takes a long time and a high amount of RAM:
https://github.com/mesonbuild/meson/issues/11322. 'hammer.py prepare-system'
or `./meson.sh --install` both install it.
After that you run the unit tests with:
@code