summaryrefslogtreecommitdiff
path: root/docs/yaml/functions
diff options
context:
space:
mode:
authorCharles Brunet <charles.brunet@optelgroup.com>2024-02-23 11:40:15 -0500
committerDylan Baker <dylan@pnwbakers.com>2024-02-24 09:08:20 -0800
commit11f2e07071d062f31a69de531faa0a5d68b1f5bc (patch)
tree0361645f1bed81d4a76ff3cbbda9399168221706 /docs/yaml/functions
parent8ba0ea68017b489b0a461abbd375f319dc7a48f3 (diff)
downloadmeson-11f2e07071d062f31a69de531faa0a5d68b1f5bc.tar.gz
Allow using CustomTarget as test executable
Fixes #6567
Diffstat (limited to 'docs/yaml/functions')
-rw-r--r--docs/yaml/functions/benchmark.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/yaml/functions/benchmark.yaml b/docs/yaml/functions/benchmark.yaml
index 9d0ca3116..0323b26e4 100644
--- a/docs/yaml/functions/benchmark.yaml
+++ b/docs/yaml/functions/benchmark.yaml
@@ -22,8 +22,9 @@ posargs:
description: The *unique* test id
executable:
- type: exe | jar | external_program | file
- description: The program to execute
+ type: exe | jar | external_program | file | custom_tgt | custom_idx
+ description: |
+ The program to execute. *(Since 1.4.0)* A CustomTarget is also accepted.
kwargs:
args: