make test: run all tests in test-cov target

Change-Id: I7040c1ecc8b6e5e883420c1c81aa8b70e56263e5
Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:
Klement Sekera
2017-03-21 08:27:18 +01:00
committed by Damjan Marion
parent 47e275bbe4
commit 88d38c4f01

View File

@ -265,6 +265,7 @@ test-wipe-doc:
@make -C test wipe-doc
test-cov: bootstrap
$(eval EXTENDED_TESTS=yes)
$(call test,vpp,vpp_gcov,cov)
test-wipe-cov: