summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test-depends.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-04-22 19:41:21 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-04-23 03:24:26 +0300
commitade59f987f40707d7f5fb43727b0de249a373469 (patch)
treef393814f81556b47764aab95558a6ef6a262d783 /docs/markdown/snippets/test-depends.md
parent01865899e5283b3e0b3181ddb250c348a5bafa84 (diff)
downloadmeson-ade59f987f40707d7f5fb43727b0de249a373469.tar.gz
Updated version number for new release.0.46.0
Diffstat (limited to 'docs/markdown/snippets/test-depends.md')
-rw-r--r--docs/markdown/snippets/test-depends.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/test-depends.md b/docs/markdown/snippets/test-depends.md
deleted file mode 100644
index 2f4b6b0a6..000000000
--- a/docs/markdown/snippets/test-depends.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## test now supports depends keyword parameter
-
-Build targets and custom targets can be listed in depends argument of test
-function. These targets will be built before test is run even if they have
-`build_by_default : false`.