Re: [dpdk-dev] [PATCH 0/2] next-build: add test app to build

2017-12-18 Thread Van Haaren, Harry
> From: Richardson, Bruce > Sent: Monday, December 18, 2017 1:57 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org > Subject: Re: [PATCH 0/2] next-build: add test app to build > > On Mon, Dec 18, 2017 at 11:53:56AM +, Harry van Haaren wrote: > > This patchset adds the test/test/test app to the Me

Re: [dpdk-dev] [PATCH 0/2] next-build: add test app to build

2017-12-18 Thread Bruce Richardson
On Mon, Dec 18, 2017 at 11:53:56AM +, Harry van Haaren wrote: > This patchset adds the test/test/test app to the Meson build. > In doing so, the test app is improved to allow running a unit > test by setting an environment variable. This allows the meson > test infrastructure to integrate with

[dpdk-dev] [PATCH 0/2] next-build: add test app to build

2017-12-18 Thread Harry van Haaren
This patchset adds the test/test/test app to the Meson build. In doing so, the test app is improved to allow running a unit test by setting an environment variable. This allows the meson test infrastructure to integrate with the DPDK tests. Some nice improvements from the above integration, includi