Skip to content

Commit 53342bf

Browse files
committed
[#3732] Add note to devel docs recommending Meson 1.8.0
1 parent 2826878 commit 53342bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/devel/unit-tests.dox

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ fetch googletest on its own. The `-D tests` flag has to be provided.
2525
meson setup build -D tests=enabled
2626
@endcode
2727

28+
@note When tests are enabled, Meson 1.8.0 or later is strongly recommended. It
29+
fixes a bug where "meson setup" takes a long time and a high amount of RAM:
30+
https://github.com/mesonbuild/meson/issues/11322. 'hammer.py prepare-system'
31+
or `./meson.sh --install` both install it.
32+
2833
After that you run the unit tests with:
2934

3035
@code

0 commit comments

Comments
 (0)