aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2018-03-14 15:45:31 +0100
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2018-03-14 15:46:44 +0100
commit2fb2f2bda8623a95791b5d246f522d2666879639 (patch)
tree5b959b8fdc9fb6c86be39cfc4bad563170e7b63e
parentef1b81c4486f816922267a592b745e79922a25dd (diff)
test-linkage: drop brittle test for secondary library dependencies
Change-Id: I3172a29b13b2582a3b09eef342f3ff30cead89d1 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r--debian/tests/test-linkage4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/tests/test-linkage b/debian/tests/test-linkage
index b24c167e..a49eedda 100644
--- a/debian/tests/test-linkage
+++ b/debian/tests/test-linkage
@@ -59,10 +59,6 @@ printf "\n\nChecking for expected internal libraries\n"
lddtree ${binary} | grep '^ librte_eal.so'
echo "OK"
-printf "\n\nChecking for expected secondary library dependencies\n"
-lddtree ${binary} | grep '^ librt.so'
-echo "OK"
-
printf "\n\nChecking for expected feature dependent library dependencies\n"
# features only used by the lib that we enabled
ldd /usr/lib/*/librte_pmd_pcap.so | grep libpcap