X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=5b4a965482cb22b988913ad656c062e44393df30;hb=e61ad8d6c49d6c2fb30d29b446f6e6603c8b1de6;hp=5f456e172c42ac7f0c58494a1b0b7230aff8993e;hpb=ccfead6e12f5d5a124e1e279a5b74361e00e2de8;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 5f456e172c4..5b4a965482c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -162,14 +162,13 @@ sanity: verify-no-running-vpp .PHONY: ext ext: - make -C ext + @if [ "$(EXTENDED_TESTS)" = "yes" ]; then\ + make -C ext;\ + fi test-dep: verify-python-path $(PAPI_INSTALL_DONE) -test: verify-python-path $(PAPI_INSTALL_DONE) sanity reset - $(call retest-func) - -test-ext: verify-python-path $(PAPI_INSTALL_DONE) ext sanity reset +test: verify-python-path $(PAPI_INSTALL_DONE) ext sanity reset $(call retest-func) retest: verify-python-path sanity reset