diff options
author | Andy MacGregor <amacgregor@veobot.com> | 2025-04-28 15:36:50 -0400 |
---|---|---|
committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-05-03 16:53:41 +0300 |
commit | 41bda4385fc302dbcac1ee29469eadc9b1a3ac22 (patch) | |
tree | c31dd65a6e7f1914af5467ce6221c7f6b6cf032f /mesonbuild/compilers/cpp.py | |
parent | a16ec8b0fb6d7035b669a13edd4d97ff0c307a0b (diff) | |
download | meson-41bda4385fc302dbcac1ee29469eadc9b1a3ac22.zip meson-41bda4385fc302dbcac1ee29469eadc9b1a3ac22.tar.gz meson-41bda4385fc302dbcac1ee29469eadc9b1a3ac22.tar.bz2 |
docs: disambiguate exe_wrapper
As of this commit, meson has three different
pathways to set an exe_wrapper field.
exe_wrapper set through `meson test --wrapper`
CLI arg or `add_test_setup()` meson function argument
are treated equally. Only one wrapper through either
of these routes may be set though.
The exe_wrapper field set in the cross file is handled
separately internally in mtest.py, and holds a little
more consequence over meson test behavior than the other
two fields.
Perhaps a future version of meson should treat these
fields equally and explicitly document how they are
combined.
For now, I think its a better first step to
document current behavior to generate discussion about
how exactly the future version should behave.
Diffstat (limited to 'mesonbuild/compilers/cpp.py')
0 files changed, 0 insertions, 0 deletions