devtools: add path to additional shared object files
[dpdk.git] / devtools / test-null.sh
index f39af2c..548de81 100755 (executable)
@@ -20,7 +20,7 @@ if [ ! -f "$testpmd" ] ; then
 fi
 
 if ldd $testpmd | grep -q librte_ ; then
-       export LD_LIBRARY_PATH=$build/lib:$LD_LIBRARY_PATH
+       export LD_LIBRARY_PATH=$build/drivers:$build/lib:$LD_LIBRARY_PATH
        libs='-d librte_mempool_ring.so -d librte_pmd_null.so'
 else
        libs=