On Tue, Aug 10, 2021 at 1:44 PM Daniel P. Berrangé <berra...@redhat.com> wrote: > > The 'check-build' make target was added as a way to build all the unit > test binaries, since the standard 'all' target would not trigger this. > > Since the switch to meson, however, 'all' will now include the 'test' > binaries. As a result, 'check-build' is a no-op: > > $ make all check-build > ..snip lots of output... > make: Nothing to be done for 'check-build'. >
Confirmed! > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > .gitlab-ci.d/buildtest.yml | 9 --------- > .gitlab-ci.d/crossbuild-template.yml | 6 +++--- > tests/Makefile.include | 3 --- > 3 files changed, 3 insertions(+), 15 deletions(-) > Reviewed-by: Willian Rampazzo <willi...@redhat.com>