diff options
author | Thomas Monjalon <thomas.monjalon@6wind.com> | 2015-12-02 00:04:27 +0100 |
---|---|---|
committer | Thomas Monjalon <thomas.monjalon@6wind.com> | 2015-12-06 15:41:05 +0100 |
commit | e888d4a048871e3a7bc31fa9d5e72a1c8dbcc5b7 (patch) | |
tree | 701148e7ca7e8e8f7a8e1fad302c7e74a70e58bb /mk | |
parent | 674936d372e80a56685688162f7d4e2a48b9ed5d (diff) | |
download | dpdk-e888d4a048871e3a7bc31fa9d5e72a1c8dbcc5b7.zip dpdk-e888d4a048871e3a7bc31fa9d5e72a1c8dbcc5b7.tar.gz dpdk-e888d4a048871e3a7bc31fa9d5e72a1c8dbcc5b7.tar.xz |
app/proc_info: rename binary with prefix
In order to be installed system-wise, this application needs
a prefix. So it makes clear that it is DPDK related.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Panu Matilainen <pmatilai@redhat.com>
Diffstat (limited to 'mk')
-rw-r--r-- | mk/rte.sdktest.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/rte.sdktest.mk b/mk/rte.sdktest.mk index 59a29de..ee25f28 100644 --- a/mk/rte.sdktest.mk +++ b/mk/rte.sdktest.mk @@ -66,7 +66,7 @@ test fast_test ring_test mempool_test perf_test: fi # this is a special target to ease the pain of running coverage tests -# this runs all the autotests, cmdline_test script and proc_info +# this runs all the autotests, cmdline_test script and dpdk_proc_info coverage: @mkdir -p $(AUTOTEST_DIR) ; \ cd $(AUTOTEST_DIR) ; \ @@ -78,7 +78,7 @@ coverage: $(RTE_OUTPUT)/app/test \ $(RTE_TARGET) \ $(BLACKLIST) $(WHITELIST) ; \ - $(RTE_OUTPUT)/app/proc_info --file-prefix=ring_perf -- -m; \ + $(RTE_OUTPUT)/app/dpdk_proc_info --file-prefix=ring_perf -- -m; \ else \ echo "No test found, please do a 'make build' first, or specify O=" ;\ fi |