diff options
Diffstat (limited to 'docs/markdown/snippets/test_args_accepts_external_program.md')
| -rw-r--r-- | docs/markdown/snippets/test_args_accepts_external_program.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/markdown/snippets/test_args_accepts_external_program.md b/docs/markdown/snippets/test_args_accepts_external_program.md deleted file mode 100644 index d730ad5f3..000000000 --- a/docs/markdown/snippets/test_args_accepts_external_program.md +++ /dev/null @@ -1,10 +0,0 @@ -## test() and benchmark() functions accept new types - -`test` and `benchmark` now accept ExternalPrograms (as returned by -`find_program`) in the `args` list. This can be useful where the test -executable is a wrapper which invokes another program given as an -argument. - -```meson -test('some_test', find_program('sudo'), args : [ find_program('sh'), 'script.sh' ]) -``` |
