We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2826878 commit 53342bfCopy full SHA for 53342bf
doc/devel/unit-tests.dox
@@ -25,6 +25,11 @@ fetch googletest on its own. The `-D tests` flag has to be provided.
25
meson setup build -D tests=enabled
26
@endcode
27
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
+
33
After that you run the unit tests with:
34
35
@code
0 commit comments