aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-02-02 20:25:55 +0200
committerGitHub <noreply@github.com>2022-02-02 20:25:55 +0200
commit9a1a5c2b74627d8d0476def0ae11848308994b5f (patch)
tree280f7f1169c227ec001e19e6963afece7c6b5b4f /docs/markdown/snippets
parent6383eb227992a3ae77182a990b9b5ce2175846f2 (diff)
parent7a975d75cf57b0a0de3f12b9d8727394c70839d4 (diff)
downloadmeson-9a1a5c2b74627d8d0476def0ae11848308994b5f.zip
meson-9a1a5c2b74627d8d0476def0ae11848308994b5f.tar.gz
meson-9a1a5c2b74627d8d0476def0ae11848308994b5f.tar.bz2
Merge pull request #9834 from bonzini/test-verbose-kwarg
New keyword argument `verbose` for tests and benchmarks
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/test-verbose.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/test-verbose.md b/docs/markdown/snippets/test-verbose.md
new file mode 100644
index 0000000..6d9aa0f
--- /dev/null
+++ b/docs/markdown/snippets/test-verbose.md
@@ -0,0 +1,6 @@
+## New keyword argument `verbose` for tests and benchmarks
+
+The new keyword argument `verbose` can be used to mark tests and benchmarks
+that must always be logged verbosely on the console. This is particularly
+useful for long-running tests, or when a single Meson test() is wrapping
+an external test harness.