devtools: allow misc options in null test
authorThomas Monjalon <thomas@monjalon.net>
Tue, 30 Jul 2019 17:34:14 +0000 (19:34 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 5 Aug 2019 15:23:41 +0000 (17:23 +0200)
commitd879f5750f63b35bd40144bc0f2c832a59713810
treecf07166ccd233d38784603a9a32b49b2336bdc85
parent85fc9b2542aa13bb0e3838458795c8aaccb77541
devtools: allow misc options in null test

In order to ease basic testing with customized options,
EAL and testpmd options can be added as third and fourth arguments
of the "null PMD" script.

Also, the first argument becomes more flexible by accepting
the testpmd path as an alternative to the build directory.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/test-null.sh