From be2c2a82d817decc3b8e58239e8c6828f349b97b Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Mon, 2 Sep 2019 15:19:41 +0000 Subject: tests: run vapi tests by default Type: fix Change-Id: I7b190507446fca745fc4bc6abbdeed48f55abdb9 Signed-off-by: Klement Sekera --- test/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/Makefile') 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) -- cgit