aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test-slicing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/test-slicing.md')
-rw-r--r--docs/markdown/snippets/test-slicing.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/test-slicing.md b/docs/markdown/snippets/test-slicing.md
deleted file mode 100644
index 180b9ac..0000000
--- a/docs/markdown/snippets/test-slicing.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## 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.