On Wed, Aug 11, 2021 at 08:02:44AM +0200, Thomas Huth wrote:
> On 10/08/2021 18.44, Daniel P. Berrangé 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, how
On 10/08/2021 18.44, Daniel P. Berrangé 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'
On Tue, Aug 10, 2021 at 1:44 PM Daniel P. Berrangé 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 r
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