On Thu, Nov 1, 2018 at 1:21 PM Simon McVittie <[email protected]> wrote:
> Note that because `ninja test` and `meson test` take different command-line > options, this would be an incompatible change unless the package maintainer > has opted in somehow, either with a compat level upgrade or a new > command-line option. `ninja test` actually does not take any command line arguments. You can only add arguments that would go to Ninja, not to the test suite runner (this is an intentional design principle of Ninja). > (X-Debbugs-Cc to Meson maintainers: do you agree that this would be a good > change?) Yes, this seems reasonable.

