diff options
author | Aleksey Filippov <alekseyf@google.com> | 2018-03-25 01:28:23 +0000 |
---|---|---|
committer | Aleksey Filippov <alekseyf@google.com> | 2018-03-25 01:33:33 +0000 |
commit | 780d301c1c1233a5944b577f0a262e1756f52e04 (patch) | |
tree | 6e743f10f8a63dc16bc39a7e17179d488940139e /docs/markdown/snippets | |
parent | c18ceac040df356fe58b045fe9d9ebbe07270bb8 (diff) | |
download | meson-780d301c1c1233a5944b577f0a262e1756f52e04.zip meson-780d301c1c1233a5944b577f0a262e1756f52e04.tar.gz meson-780d301c1c1233a5944b577f0a262e1756f52e04.tar.bz2 |
Add test(depends) documentation
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/test-depends.md | 5 |
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`. |