push
github
meson: do not install standalone binaries if the meson option is disabled A recent commit made the standalone binaries always buildable on demand, but as a side effect due to how 'meson install' works, they are always built and installed by 'meson install' even if the standalone-binaries= option is disabled. Fix it so that 'meson install' only installs them if the option is explicitly enabled, while still allowing building them on demand. Follow-up for 54492552a
309720 of 426715 relevant lines covered (72.58%)
1183537.54 hits per line