X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fext%2FMakefile;fp=test%2Fext%2FMakefile;h=631d7ffe8113b74d1b15bd77acc3477558df3649;hb=7220f42cbed7ccde0738e74fd498db1770b24cb7;hp=d1f3a7b7a8a760446288d2e94641bd478c103107;hpb=c755c05bd6d38a446e68e79068475bb9bab68010;p=vpp.git diff --git a/test/ext/Makefile b/test/ext/Makefile index d1f3a7b7a8a..631d7ffe811 100644 --- a/test/ext/Makefile +++ b/test/ext/Makefile @@ -12,7 +12,7 @@ VAPI_LIBS = \ -L$(VPP_TEST_INSTALL_PATH)/vpp/lib64 \ -lvppinfra -lvlibmemoryclient -lsvm -lpthread -lcheck -lrt -lm -lvapiclient -ifneq ($(filter centos opensuse,$(OS_ID)),$(OS_ID)) +ifneq ($(filter centos opensuse opensuse-tumbleweed opensuse-leap,$(OS_ID)),$(OS_ID)) VAPI_LIBS += -lsubunit endif