X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=6fba104ad963ef300498676a5232d13be0d2fc72;hb=refs%2Fchanges%2F02%2F18402%2F2;hp=17a69bab42d90435a794bf7dd0bb7a9b3afaa5e1;hpb=e4a6d69faa6e72650bd2097414457b991bc5ef93;p=vpp.git diff --git a/Makefile b/Makefile index 17a69bab42d..6fba104ad96 100644 --- a/Makefile +++ b/Makefile @@ -194,6 +194,7 @@ help: @echo " test-debug - build and run (basic) functional tests (debug build)" @echo " test-all - build and run (all) functional tests" @echo " test-all-debug - build and run (all) functional tests (debug build)" + @echo " test-gcov - build and run functional tests (gcov build)" @echo " test-shell - enter shell with test environment" @echo " test-shell-debug - enter shell with test environment (debug build)" @echo " test-wipe - wipe files generated by unit tests" @@ -402,6 +403,9 @@ test: test-debug: $(call test,vpp,vpp_debug,test) +test-gcov: + $(call test,vpp,vpp_gcov,test) + test-all: $(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=vpp TAG=vpp vom-install,) $(eval EXTENDED_TESTS=yes)