aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile9
1 files changed, 4 insertions, 5 deletions
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