mk: rename test related rules
authorFerruh Yigit <ferruh.yigit@intel.com>
Thu, 16 Feb 2017 14:57:45 +0000 (14:57 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 28 Feb 2017 15:06:01 +0000 (16:06 +0100)
commita3df7f8d9c63d6fd66032f6e27aa52863147134d
tree51b24867d36e94901ae63c044ce764c1b3fb68d8
parentfdc4addcafdb9eb2d3168974f75ca55f23b54863
mk: rename test related rules

Make rules renamed to a common syntax, test-x:
fast_test    -> test-fast
ring_test    -> test-ring
mempool_test -> test-mempool
perf_test    -> test-perf

These are to run various sub-set of the unit tests.

Not touched to make rules that are already following the syntax:
test-basic
test-build
test

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
mk/rte.sdkroot.mk
mk/rte.sdktest.mk