summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test_args_accepts_external_program.md
AgeCommit message (Collapse)Author
2024-10-20Update docs and version number for release.Jussi Pakkanen
2024-08-27Allow external programs in test()'s 'args' parameterDavid Gibson
Although it's not especially common, there are certainly cases where it's useful to pass the path to an external program to a test program. Fixes: https://github.com/mesonbuild/meson/issues/3552 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>