devtools: load all drivers in null test
[dpdk.git] / devtools / test-null.sh
index 548de81..fa194f0 100755 (executable)
@@ -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