X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=e0c710fdfd7515514d78a4b2966057c1badd151d;hb=e61ad8d6c49d6c2fb30d29b446f6e6603c8b1de6;hp=f5f10ef77e53145c014de743b3231ca241badb22;hpb=ccfead6e12f5d5a124e1e279a5b74361e00e2de8;p=vpp.git diff --git a/Makefile b/Makefile index f5f10ef77e5..e0c710fdfd7 100644 --- a/Makefile +++ b/Makefile @@ -198,7 +198,6 @@ 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-ext - build and run 'extras' functional tests" @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" @@ -399,15 +398,12 @@ test-debug: $(call test,vpp,vpp_debug,test) test-all: - $(eval EXTENDED_TESTS=yes) - $(call test,vpp,vpp,test) - -test-ext: $(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=vpp TAG=vpp_debug vom-install japi-install,) $(eval EXTENDED_TESTS=yes) - $(call test,vpp,vpp_debug,test-ext) + $(call test,vpp,vpp,test) test-all-debug: + $(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=vpp TAG=vpp_debug vom-install japi-install,) $(eval EXTENDED_TESTS=yes) $(call test,vpp,vpp_debug,test)