diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-12-12 23:47:10 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-12-13 00:47:10 +0200 |
commit | 3778a34979c1f705eda044960cc1f89233409f88 (patch) | |
tree | 9a52f95bb448ebcbe4249325c2c2d7b37e72bf2d /docs/markdown/snippets | |
parent | 9371965132e8854db1b43b4bda61f0404b4b3609 (diff) | |
download | meson-3778a34979c1f705eda044960cc1f89233409f88.zip meson-3778a34979c1f705eda044960cc1f89233409f88.tar.gz meson-3778a34979c1f705eda044960cc1f89233409f88.tar.bz2 |
mintro: include test protocol in introspection data
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/introspect.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/introspect.md b/docs/markdown/snippets/introspect.md index 097fd17..9efa4d7 100644 --- a/docs/markdown/snippets/introspect.md +++ b/docs/markdown/snippets/introspect.md @@ -5,3 +5,7 @@ dependencies (--dependencies, intro-dependencies.json): scanning dependencies (--scan-dependencies): - added the `version` key containing the required dependency version + +tests and benchmarks (--tests, --benchmarks, intro-tests.json, +intro-benchmarks.json): +- added the `protocol` key |