fib: Compiile time option to use 8-8-8-8 stride tries for FIB rather
[vpp.git] / test / Makefile
index 8209588..142fb10 100644 (file)
@@ -194,10 +194,6 @@ sanity: test-dep
                 echo \"*******************************************************************\" &&\
                 false)"
 
-.PHONY: ext-test-apps
-ext-test-apps:
-       make -C ext test-apps
-
 $(FAILED_DIR): reset
        @mkdir -p $@
 
@@ -205,7 +201,7 @@ $(FAILED_DIR): reset
 test-dep: $(PAPI_INSTALL_DONE) $(FAILED_DIR)
 
 .PHONY: test
-test: test-dep ext-test-apps sanity
+test: test-dep sanity
        $(call retest-func)
 
 .PHONY: retest
@@ -240,7 +236,6 @@ reset:
 
 .PHONY: wipe
 wipe: reset
-       @make -C ext clean
        @rm -rf $(VENV_PATH)
        @rm -rf $(patsubst %,%/__pycache__, $(VPP_TEST_DIRS))