X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=devtools%2Ftest-null.sh;h=fa194f01f5170b60b847c928984c9b6045efba52;hb=b4cfffaa85ecfac2035eee26fa48167fdcefd678;hp=548de8113cbccfe3b4af66e23e333460eacce5a6;hpb=aafc3ce7f289e97a21e9a01a3806684f94ff5bb9;p=dpdk.git diff --git a/devtools/test-null.sh b/devtools/test-null.sh index 548de8113c..fa194f01f5 100755 --- a/devtools/test-null.sh +++ b/devtools/test-null.sh @@ -20,8 +20,8 @@ if [ ! -f "$testpmd" ] ; then fi if ldd $testpmd | grep -q librte_ ; then - export LD_LIBRARY_PATH=$build/drivers:$build/lib:$LD_LIBRARY_PATH - libs='-d librte_mempool_ring.so -d librte_pmd_null.so' + export LD_LIBRARY_PATH=$build/lib:$LD_LIBRARY_PATH + libs="-d $build/drivers" else libs= fi