X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fext%2FMakefile;fp=test%2Fext%2FMakefile;h=6ec1213d532bb43add3bd12689b08b14d2e45936;hb=be2c2a82d817decc3b8e58239e8c6828f349b97b;hp=de219b1a5dcc2cac7facfab83227084b2621d0ce;hpb=3a350702ec24d1bde0483da1e946015c2b81e0c4;p=vpp.git 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