summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2019-09-02 15:19:41 +0000
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-09-30 12:13:04 +0000
commitb0888636deaece4bec4e93c4faea9f9d4e7d2ea3 (patch)
tree248127c75b9b3489eb6e41d5dd90206113bd124a /test/Makefile
parentc90f4363aaf6e3fe5e7fa52272b65aca9c10d501 (diff)
tests: run vapi tests by default
Type: fix Change-Id: I7b190507446fca745fc4bc6abbdeed48f55abdb9 Signed-off-by: Klement Sekera <ksekera@cisco.com> Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index f07b0c3467f..d8bbf4d5c69 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)