aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Ganne <gabriel.ganne@mindmaze.com>2019-10-07 23:08:17 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2019-10-08 00:08:17 +0300
commitf060a417bc5d4de077d273b69b03d39c2b82a958 (patch)
tree4b4d00b033113643ff23d65d4219f4a3a0aec314
parent225c93c5c056f6afebb3b1d0635cc974f36b095b (diff)
downloadmeson-f060a417bc5d4de077d273b69b03d39c2b82a958.zip
meson-f060a417bc5d4de077d273b69b03d39c2b82a958.tar.gz
meson-f060a417bc5d4de077d273b69b03d39c2b82a958.tar.bz2
doc: tell that unit-tests "priority" is introduced in 0.52 [skip ci]
-rw-r--r--docs/markdown/Unit-tests.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Unit-tests.md b/docs/markdown/Unit-tests.md
index c89d7b0..15b1941 100644
--- a/docs/markdown/Unit-tests.md
+++ b/docs/markdown/Unit-tests.md
@@ -54,6 +54,8 @@ $ MESON_TESTTHREADS=5 ninja test
Priorities
--
+*(added in version 0.52.0)*
+
Tests can be assigned a priority that determines when a test is *started*. Tests with higher priority are started first, tests with lower priority started later. The default priority is 0, meson makes no guarantee on the ordering of tests with identical priority.
```meson