summaryrefslogtreecommitdiff
path: root/test cases/common/41 test args
AgeCommit message (Collapse)Author
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>
2024-08-26Skip symlink tests on Windows.Jussi Pakkanen
2024-08-26Convert Bash usage to a Python script.Jussi Pakkanen
2024-06-23Test case for environment prepend/append acting like setNils Werner
2021-05-13interpreter: flatten environment() initial valuesXavier Claessens
Turns out listify() flattens by default, but stringlistify() cannot flatten... How do I realize this only now? Fixes: #8727
2021-04-26Condense test directory names.Jussi Pakkanen