diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-10-26 08:41:45 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-12-14 10:53:36 +0100 |
commit | 79e2c52a15e896e46ff3cfa3ec16fbf3f132ee01 (patch) | |
tree | ba439b9d3acd46fbd576f63295f1b3e0517cd251 /mesonbuild/mlog.py | |
parent | 879e9d19f5d0db2450de2dfd6fdc9a31043f64ab (diff) | |
download | meson-79e2c52a15e896e46ff3cfa3ec16fbf3f132ee01.zip meson-79e2c52a15e896e46ff3cfa3ec16fbf3f132ee01.tar.gz meson-79e2c52a15e896e46ff3cfa3ec16fbf3f132ee01.tar.bz2 |
mtest: only build what is needed for the tests
It is a usual workflow to fix something and retest to see if it is fixed using a
particular test. When tests start to become numerous, it becomes time consuming
for "meson test" to relink all of them (and in fact rebuild the whole project)
where the user has already specified the tests they want to run, as well as
the tests' dependencies.
Teach meson to be smart and only build what is needed for the test (or suite)
that were specified.
Fixes: #7473
Related: #7830
Diffstat (limited to 'mesonbuild/mlog.py')
0 files changed, 0 insertions, 0 deletions