aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2019-09-02 15:19:41 +0000
committerOle Trøan <otroan@employees.org>2019-09-02 16:23:19 +0000
commitbe2c2a82d817decc3b8e58239e8c6828f349b97b (patch)
tree77b49b5bba2508cb489d22ec9a0ccde5f2846edc /test/Makefile
parent3a350702ec24d1bde0483da1e946015c2b81e0c4 (diff)
tests: run vapi tests by default
Type: fix Change-Id: I7b190507446fca745fc4bc6abbdeed48f55abdb9 Signed-off-by: Klement Sekera <ksekera@cisco.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 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)