X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=mk%2Frte.sdktest.mk;h=daeea90fc51dc9ef82994642c4fddf8a54152f3b;hb=13e855a3b996bdb7594ee6f3d9562ade0eab9a5c;hp=9cc7d59c71fe4bb97a5aafdb806e08132b66fe39;hpb=a3df7f8d9c63d6fd66032f6e27aa52863147134d;p=dpdk.git diff --git a/mk/rte.sdktest.mk b/mk/rte.sdktest.mk index 9cc7d59c71..daeea90fc5 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