mk: add new test-basic rule
authorFerruh Yigit <ferruh.yigit@intel.com>
Thu, 16 Feb 2017 14:57:44 +0000 (14:57 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 28 Feb 2017 15:04:18 +0000 (16:04 +0100)
commitfdc4addcafdb9eb2d3168974f75ca55f23b54863
treee19ac247826bc25f80932977dafb992a46c4865d
parent64592d97c1aebdb1f7a92c702d04ce269db08996
mk: add new test-basic rule

Since "make test" and "make test-build" does dependency resolving, they
check for all dependent components (lib and drivers) which takes a few
seconds.

This is a good feature during development, but if the target is only
running unit test, that step is unnecessary, it is possible to compile
once and run unit test multiple times, without checking any code update.

For this purpose, a new make rule "make test-basic" added. Which only
runs the unit test, expects that unit test already compiled.

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