aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test-slicing.md
blob: 180b9ace513d419bffeb5b0a6c3b3c5cd03ce0d1 (plain)
1
2
3
4
5
6
## New option to execute a slice of tests

When tests take a long time to run a common strategy is to slice up the tests
into multiple sets, where each set is executed on a separate machine. You can
now use the `--slice i/n` argument for `meson test` to create `n` slices and
execute the `ith` slice.