meson/docs/markdown/snippets/test-depends.md

6 lines
226 B
Markdown
Raw Normal View History

2018-03-25 09:28:23 +08:00
## 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`.