* [dpdk-dev] [PATCH] mk: fix message when test application is not built
@ 2017-03-17 17:09 Olivier Matz
2017-03-20 11:35 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Olivier Matz @ 2017-03-17 17:09 UTC (permalink / raw)
To: dev; +Cc: thomas.monjalon, ferruh.yigit
To build the tests, we should use "make test-build".
Fixes: 64592d97c1ae ("mk: do not build tests by default")
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
---
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 100644
--- a/mk/rte.sdktest.mk
+++ b/mk/rte.sdktest.mk
@@ -62,7 +62,7 @@ test test-basic test-fast test-perf:
$(RTE_TARGET) \
$(BLACKLIST) $(WHITELIST); \
else \
- echo "No test found, please do a 'make build' first, or specify O=" ; \
+ echo "No test found, please do a 'make test-build' first, or specify O=" ; \
fi
# this is a special target to ease the pain of running coverage tests
@@ -80,5 +80,5 @@ coverage:
$(BLACKLIST) $(WHITELIST) ; \
$(RTE_OUTPUT)/app/dpdk-procinfo --file-prefix=ring_perf -- -m; \
else \
- echo "No test found, please do a 'make build' first, or specify O=" ;\
+ echo "No test found, please do a 'make test-build' first, or specify O=" ;\
fi
--
2.8.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] mk: fix message when test application is not built
2017-03-17 17:09 [dpdk-dev] [PATCH] mk: fix message when test application is not built Olivier Matz
@ 2017-03-20 11:35 ` Ferruh Yigit
2017-03-27 8:42 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2017-03-20 11:35 UTC (permalink / raw)
To: Olivier Matz, dev; +Cc: thomas.monjalon
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 <olivier.matz@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] mk: fix message when test application is not built
2017-03-20 11:35 ` Ferruh Yigit
@ 2017-03-27 8:42 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2017-03-27 8:42 UTC (permalink / raw)
To: Olivier Matz; +Cc: Ferruh Yigit, dev
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 <olivier.matz@6wind.com>
>
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-27 8:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-17 17:09 [dpdk-dev] [PATCH] mk: fix message when test application is not built Olivier Matz
2017-03-20 11:35 ` Ferruh Yigit
2017-03-27 8:42 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).