summaryrefslogtreecommitdiff
path: root/test cases/common/38 run program
AgeCommit message (Collapse)Author
2018-08-19Condense test dirs.Jussi Pakkanen
2018-08-11Skip FeatureNew checks when project() has not been parsedNirbheek Chauhan
Fixes https://github.com/mesonbuild/meson/issues/3944
2018-06-18run_command: Add new kwarg 'capture'Nirbheek Chauhan
capture: false means we won't try to read the stdout at all. Closes https://github.com/mesonbuild/meson/issues/3364
2016-09-08Can use files() in run_command.Jussi Pakkanen
2015-08-16Use system() instead of name() which is a confusing term.Jussi Pakkanen
2015-07-27Now host_machine, build_machine and target_machine are properly separated ↵Jussi Pakkanen
and return correct values.
2013-08-24Can run test suite through mingw cross compiler.Jussi Pakkanen
2013-07-01Windows command execution works.Jussi Pakkanen
2013-06-30Can run local script files as well as commands.Jussi Pakkanen
2013-06-30Can invoke methods on general statements and not just variable names.Jussi Pakkanen
2013-06-30Can run external programs and capture their output. Also some string ↵Jussi Pakkanen
function work.