X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fext%2FMakefile;fp=test%2Fext%2FMakefile;h=a0dc3e7736cadaf1830fbd87e98664160437f1c9;hb=bc35f469c89daf0126937580b6972516b5007d3a;hp=d7acb7bc2b289db0b31dcae7084f1ec75834bb50;hpb=7360e3d78d6a84eff1562aaca0f7a6ee6958ce9c;p=vpp.git diff --git a/test/ext/Makefile b/test/ext/Makefile index d7acb7bc2b2..a0dc3e7736c 100644 --- a/test/ext/Makefile +++ b/test/ext/Makefile @@ -8,7 +8,7 @@ VAPI_LIBS = \ -L$(VPP_INSTALL_PATH)/vpp/lib \ -lvppinfra -lvlibmemoryclient -lsvm -lpthread -lcheck -lrt -lm -lvapiclient -ifneq ($(filter centos opensuse opensuse-tumbleweed opensuse-leap,$(OS_ID)),$(OS_ID)) +ifneq ($(filter centos,$(OS_ID)),$(OS_ID)) VAPI_LIBS += -lsubunit endif