aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2019-02-07 19:56:50 +0100
committerDamjan Marion <dmarion@me.com>2019-02-14 17:23:21 +0000
commit593635d4fa97ec8c26b0d2a9c9ccc17007354136 (patch)
tree5f0d8e3e0318ef38cd93195800161856a0d94e76 /Makefile
parent752f5b4302317e2ccfbd1903d31d3e857d719c4d (diff)
make test: make test-ext working again
Change-Id: Ib30d0c6b8794488119f258f7617fce494aa28f1f 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 da85e9b3e94..015db529431 100644
--- a/Makefile
+++ b/Makefile
@@ -435,6 +435,7 @@ test-wipe-doc:
@make -C test wipe-doc
test-cov:
+ @make -C $(BR) PLATFORM=vpp TAG=vpp_gcov vom-install japi-install
$(eval EXTENDED_TESTS=yes)
$(call test,vpp,vpp_gcov,cov)