scripts: allow tuning build options per test target
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 29 Mar 2016 09:04:32 +0000 (11:04 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 7 Apr 2016 21:05:47 +0000 (23:05 +0200)
commit7d7c713f3c5c0dff968995645941f26e04338908
tree3d53930981bd16f1fd8916f4ca2c90ea9c52f47c
parent1335dcf780ef774c8383fb8bb6fa7d9bc6c38f5d
scripts: allow tuning build options per test target

The global variables are reloaded between each build to allow
having different config options based on DPDK_TARGET.

Some checks can now be removed from the script as they can
be done in the devel config file.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
scripts/test-build.sh