aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2020-09-18 15:35:01 +0000
committerDamjan Marion <dmarion@me.com>2020-09-21 06:59:48 +0000
commitbc35f469c89daf0126937580b6972516b5007d3a (patch)
tree0ea80710fa6e42354bc863c02fd62ad8ccdd4aaa /test
parent7360e3d78d6a84eff1562aaca0f7a6ee6958ce9c (diff)
build: remove opensuse build infra
- VPP on opensuse has not been supported for several releases. Type: fix Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I2b5316ad5c20a843b8936f4ceb473f932a5338d9
Diffstat (limited to 'test')
-rw-r--r--test/ext/Makefile2
1 files changed, 1 insertions, 1 deletions
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