Re: [dpdk-dev] [PATCH v2] meson: don't check dependencies for tests if not required

2019-06-05 Thread Thomas Monjalon
30/05/2019 14:48, Bruce Richardson: > On Thu, May 30, 2019 at 03:38:36PM +0300, Ilya Maximets wrote: > > Don't need to check dependencies if test apps will not be built anyway. > > > > Signed-off-by: Ilya Maximets > Acked-by: Bruce Richardson > Acked-by: Aaron Conole > Acked-by: Luca Boccassi

Re: [dpdk-dev] [PATCH v2] meson: don't check dependencies for tests if not required

2019-05-30 Thread Luca Boccassi
On Thu, 2019-05-30 at 15:38 +0300, Ilya Maximets wrote: > Don't need to check dependencies if test apps will not be built > anyway. > > Signed-off-by: Ilya Maximets < > i.maxim...@samsung.com > > > --- > > Version 2: > - 'get_option('tests')' check moved to the top. > > app/test/meson.build |

Re: [dpdk-dev] [PATCH v2] meson: don't check dependencies for tests if not required

2019-05-30 Thread Aaron Conole
Ilya Maximets writes: > Don't need to check dependencies if test apps will not be built anyway. > > Signed-off-by: Ilya Maximets > --- > > Version 2: > - 'get_option('tests')' check moved to the top. > > app/test/meson.build | 141 ++- > 1 file changed,

Re: [dpdk-dev] [PATCH v2] meson: don't check dependencies for tests if not required

2019-05-30 Thread Bruce Richardson
On Thu, May 30, 2019 at 03:38:36PM +0300, Ilya Maximets wrote: > Don't need to check dependencies if test apps will not be built anyway. > > Signed-off-by: Ilya Maximets > --- > > Version 2: > - 'get_option('tests')' check moved to the top. > > app/test/meson.build | 141

[dpdk-dev] [PATCH v2] meson: don't check dependencies for tests if not required

2019-05-30 Thread Ilya Maximets
Don't need to check dependencies if test apps will not be built anyway. Signed-off-by: Ilya Maximets --- Version 2: - 'get_option('tests')' check moved to the top. app/test/meson.build | 141 ++- 1 file changed, 72 insertions(+), 69 deletions(-) diff