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:47:27 +0100
commit0e4a7b0e46f3f37d229e0e7b2916ea867685bcbd (patch)
tree13633daa444d81a9918483f26b87d09a8cf0d054
parent2b3165ea26639fb0bf289f0fcd0489fb57b0c67f (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