From 780d301c1c1233a5944b577f0a262e1756f52e04 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Sun, 25 Mar 2018 01:28:23 +0000 Subject: Add test(depends) documentation --- docs/markdown/snippets/test-depends.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/test-depends.md (limited to 'docs/markdown/snippets') 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`. -- cgit v1.1