From f060a417bc5d4de077d273b69b03d39c2b82a958 Mon Sep 17 00:00:00 2001 From: Gabriel Ganne Date: Mon, 7 Oct 2019 23:08:17 +0200 Subject: doc: tell that unit-tests "priority" is introduced in 0.52 [skip ci] --- docs/markdown/Unit-tests.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/markdown') 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 -- cgit v1.1