]> git.droids-corp.org - dpdk.git/blobdiff - devtools/test-null.sh
app/regex: add RegEx test application
[dpdk.git] / devtools / test-null.sh
index f39af2c064a8f2cf84c370c503e176194571a794..548de8113cbccfe3b4af66e23e333460eacce5a6 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=