Re: [dpdk-dev] [PATCH] test: enable installing test app with meson

2019-07-30 Thread Thomas Monjalon
24/07/2019 17:50, Bruce Richardson: > On Wed, Jul 24, 2019 at 04:47:31PM +0100, Anatoly Burakov wrote: > > Currently, the test app is not being installed by default when > > built and installed with meson build system. Fix that to enable > > installation of the test app alongside other DPDK apps. >

Re: [dpdk-dev] [PATCH] test: enable installing test app with meson

2019-07-24 Thread Bruce Richardson
On Wed, Jul 24, 2019 at 04:47:31PM +0100, Anatoly Burakov wrote: > Currently, the test app is not being installed by default when > built and installed with meson build system. Fix that to enable > installation of the test app alongside other DPDK apps. > > Fixes: b5dc795a8a55 ("test: build app wi