Code Review
/
deb_dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ef1b81c
)
test-linkage: drop brittle test for secondary library dependencies
45/11145/1
author
Christian Ehrhardt
<
[email protected]
>
Wed, 14 Mar 2018 14:45:31 +0000
(15:45 +0100)
committer
Christian Ehrhardt
<
[email protected]
>
Wed, 14 Mar 2018 14:46:44 +0000
(15:46 +0100)
Change-Id: I3172a29b13b2582a3b09eef342f3ff30cead89d1
Signed-off-by: Christian Ehrhardt <
[email protected]
>
debian/tests/test-linkage
patch
|
blob
|
history
diff --git
a/debian/tests/test-linkage
b/debian/tests/test-linkage
index
b24c167
..
a49eedd
100644
(file)
--- 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