aboutsummaryrefslogtreecommitdiffstats
path: root/test/ext
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/ext
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/ext')
-rw-r--r--test/ext/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ext/Makefile b/test/ext/Makefile
index de219b1a5dc..6ec1213d532 100644
--- a/test/ext/Makefile
+++ b/test/ext/Makefile
@@ -8,6 +8,10 @@ ifeq ($(filter rhel centos,$(OS_ID)),$(OS_ID))
VAPI_CPPBIN=
endif
+ifeq ($(filter yes,$(EXTENDED_TESTS)),$(EXTENDED_TESTS))
+VOM_BIN=
+endif
+
VAPI_LIBS = \
-L$(VPP_INSTALL_PATH)/vpp/lib \
-lvppinfra -lvlibmemoryclient -lsvm -lpthread -lcheck -lrt -lm -lvapiclient