devtools: load all drivers in null test
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 15 Oct 2020 15:05:52 +0000 (16:05 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 19 Oct 2020 20:14:54 +0000 (22:14 +0200)
commit5bd4790174107768aba329032a3a8cd6994bac89
treebeb5f3b5cc6021dbf74c8617b37e95fccbe728d0
parent63b3907833d87288bbc74f370e22f2929ec34594
devtools: load all drivers in null test

Rather than specifying specific drivers in the driver directory to load, we
can just pass in the whole driver directory to the "-d" EAL flag, causing
all drivers to load. This makes the load of driver independent of any
specific driver names.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/test-null.sh