X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=debian%2Ftests%2Ftest-linkage;h=31e409eb505d17b8b4600161802cf4a958c12cd9;hb=5c594d59c6927b6374fa59e16da3830507300321;hp=fabe1c84d3fe7e4afc79d43c2cab9f97c235b272;hpb=199e427d5dea3051eec1726eb9c857aa3d5fdde2;p=deb_dpdk.git diff --git a/debian/tests/test-linkage b/debian/tests/test-linkage index fabe1c84..31e409eb 100644 --- a/debian/tests/test-linkage +++ b/debian/tests/test-linkage @@ -31,13 +31,11 @@ echo "OK" printf "\n\nChecking for expected secondary library dependencies\n" lddtree testlinkage.bin | grep '^ libpthread.so' -lddtree testlinkage.bin | 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 -ldd /usr/lib/*/librte_pmd_xenvirt.so | grep libxenstore echo "OK" printf "\n\nChecking test execution\n"