diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile index 66c8f8a9bb7..ca861b3b3a1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -191,9 +191,7 @@ sanity: verify-no-running-vpp .PHONY: ext ext: - @if [ "$(EXTENDED_TESTS)" = "yes" ]; then\ - make -C ext;\ - fi + make -C ext test-dep: verify-test-dir $(PAPI_INSTALL_DONE) |