aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2017-03-21 08:27:18 +0100
committerDamjan Marion <dmarion.lists@gmail.com>2017-03-22 10:56:02 +0000
commit88d38c4f013543f7d29185a62ae3ec055edefe1a (patch)
tree48db290767a64b92bd928a7c0b16bd328766fafa /Makefile
parent47e275bbe4327aabc641e917f738d72693eb2d81 (diff)
make test: run all tests in test-cov target
Change-Id: I7040c1ecc8b6e5e883420c1c81aa8b70e56263e5 Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 36d37bf6..91c80bfd 100644
--- a/Makefile
+++ b/Makefile
@@ -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: