aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/dist_not_tests.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/dist_not_tests.md')
-rw-r--r--docs/markdown/snippets/dist_not_tests.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/dist_not_tests.md b/docs/markdown/snippets/dist_not_tests.md
deleted file mode 100644
index f9c971e..0000000
--- a/docs/markdown/snippets/dist_not_tests.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## meson dist --no-tests
-
-`meson dist` has a new option `--no-tests` to skip build and tests of generated
-packages. It can be used to not waste time for example when done in CI that
-already does its own testing.