aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-10-02 13:49:19 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-10-02 13:50:25 -0700
commit678ee8a9c1487b1c6771e98258ba841028daae9f (patch)
tree137d3064479d5cc1198844741633247d78869268
parent00aba4a2794c79685d698a446d8c932b0b1e0843 (diff)
downloadmeson-678ee8a9c1487b1c6771e98258ba841028daae9f.zip
meson-678ee8a9c1487b1c6771e98258ba841028daae9f.tar.gz
meson-678ee8a9c1487b1c6771e98258ba841028daae9f.tar.bz2
docs: update docs on benchmark in regards to arguments accepted
-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