Re: [dpdk-dev] [PATCH] mk: fix message when test application is not built

2017-03-27 Thread Thomas Monjalon
2017-03-20 11:35, Ferruh Yigit: > On 3/17/2017 5:09 PM, Olivier Matz wrote: > > To build the tests, we should use "make test-build". > > > > Fixes: 64592d97c1ae ("mk: do not build tests by default") > > > > Signed-off-by: Olivier Matz > > Acked-by: Ferruh Yigit Applied, thanks

Re: [dpdk-dev] [PATCH] mk: fix message when test application is not built

2017-03-20 Thread Ferruh Yigit
On 3/17/2017 5:09 PM, Olivier Matz wrote: > To build the tests, we should use "make test-build". > > Fixes: 64592d97c1ae ("mk: do not build tests by default") > > Signed-off-by: Olivier Matz Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH] mk: fix message when test application is not built

2017-03-17 Thread Olivier Matz
To build the tests, we should use "make test-build". Fixes: 64592d97c1ae ("mk: do not build tests by default") Signed-off-by: Olivier Matz --- mk/rte.sdktest.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/rte.sdktest.mk b/mk/rte.sdktest.mk index 9cc7d59..daeea90 1