aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-10-04 01:10:39 +0300
committerGitHub <noreply@github.com>2019-10-04 01:10:39 +0300
commit39342fbe2547337c721930a5892799dc7048caf8 (patch)
tree4254c0880eec4575a8aa05042f80d02d802b7120 /docs/markdown
parent7d01629580949a18960f79603fca1d0edb337aa1 (diff)
parent678ee8a9c1487b1c6771e98258ba841028daae9f (diff)
downloadmeson-39342fbe2547337c721930a5892799dc7048caf8.zip
meson-39342fbe2547337c721930a5892799dc7048caf8.tar.gz
meson-39342fbe2547337c721930a5892799dc7048caf8.tar.bz2
Merge pull request #5990 from dcbaker/extra-benchmark-options
Correctly warn and document options to benchmarks
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Reference-manual.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 176cde4..cd87646 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -155,6 +155,9 @@ run. The behavior of this function is identical to `test` with the
exception that there is no `is_parallel` keyword, because benchmarks
are never run in parallel.
+*Note:* Prior to 0.52.0 benchmark would warn that `depends` and `proiority`
+were unsupported, this is incorrect
+
### both_libraries()
``` meson