aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-04-18 00:40:52 +0300
committerGitHub <noreply@github.com>2018-04-18 00:40:52 +0300
commit628f9107609d883d4094a183194d1fae0171f719 (patch)
tree1fe87dcd031632e91aa3f0767d080fcc25d70499 /docs/markdown/snippets
parent8d5c33f92f610bc401bc8e60574b787ddeb235eb (diff)
parent780d301c1c1233a5944b577f0a262e1756f52e04 (diff)
downloadmeson-628f9107609d883d4094a183194d1fae0171f719.zip
meson-628f9107609d883d4094a183194d1fae0171f719.tar.gz
meson-628f9107609d883d4094a183194d1fae0171f719.tar.bz2
Merge pull request #3314 from sarum9in/test_depends
Add test(depends) keyword parameter
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/test-depends.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/test-depends.md b/docs/markdown/snippets/test-depends.md
new file mode 100644
index 0000000..2f4b6b0
--- /dev/null
+++ b/docs/markdown/snippets/test-depends.md
@@ -0,0 +1,5 @@
+## 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`.