Update CSIT tests 161211 -> 161218
[vpp.git] / Makefile
index 5015566..1c7534c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -217,8 +217,6 @@ build-vpp-api: $(BR)/.bootstrap.ok
 
 VPP_PYTHON_PREFIX=$(BR)/python
 
-
-       #$(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=$(1) TAG=$(2) vpp-install ,)
 define test
        $(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=$(1) TAG=$(2) vpp-api-install plugins-install vpp-install,)
        make -C test \
@@ -250,7 +248,7 @@ test-doc:
 test-wipe-doc:
        @make -C test wipe-doc BR=$(BR)
 
-test-cov:
+test-cov: bootstrap
        $(call test,vpp_lite,vpp_lite_gcov,cov)
 
 test-wipe-cov: