Skip to content

Commit

Permalink
doc: tell that unit-tests "priority" is introduced in 0.52 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielGanne authored and jpakkane committed Oct 7, 2019
1 parent 225c93c commit f060a41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/markdown/Unit-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f060a41

Please sign in to comment.