aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2020-09-18 15:35:01 +0000
committerAndrew Yourtchenko <ayourtch@gmail.com>2020-09-22 11:35:12 +0000
commitd88c9a13e82986b3e3d477beaa7f528e819868b6 (patch)
tree70d98336a5e3e1166d61ec902af0d6f696dc11af /test
parentdd49451845c19f803858429b58b1b95298b93fff (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 (cherry picked from commit bc35f469c89daf0126937580b6972516b5007d3a)
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