build: remove opensuse build infra
[vpp.git] / test / ext / Makefile
index d7acb7b..a0dc3e7 100644 (file)
@@ -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