aboutsummaryrefslogtreecommitdiffstats
path: root/test/ext
diff options
context:
space:
mode:
authorMarco Varlese <marco.varlese@suse.com>2018-05-07 15:40:45 +0200
committerFlorin Coras <florin.coras@gmail.com>2018-05-07 21:14:55 +0000
commit7220f42cbed7ccde0738e74fd498db1770b24cb7 (patch)
tree5af9d39b7d59a9f7fced40ff2e0fee2f27225b27 /test/ext
parentc755c05bd6d38a446e68e79068475bb9bab68010 (diff)
opensuse: OS_ID field content changed for SUSE
Change-Id: I4bb582d55b1071d3581155eb158995ca5153ba3c Signed-off-by: Marco Varlese <marco.varlese@suse.com>
Diffstat (limited to 'test/ext')
-rw-r--r--test/ext/Makefile2
1 files changed, 1 insertions, 1 deletions
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