diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-10-04 01:10:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-04 01:10:39 +0300 |
commit | 39342fbe2547337c721930a5892799dc7048caf8 (patch) | |
tree | 4254c0880eec4575a8aa05042f80d02d802b7120 /docs/markdown | |
parent | 7d01629580949a18960f79603fca1d0edb337aa1 (diff) | |
parent | 678ee8a9c1487b1c6771e98258ba841028daae9f (diff) | |
download | meson-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.md | 3 |
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 |