scripts: allow tuning any test build option
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 29 Mar 2016 09:53:14 +0000 (11:53 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 7 Apr 2016 21:05:47 +0000 (23:05 +0200)
commitd568d5d38d8bbacb43b67a21a39a16df0855774a
tree2d08d2b5a17da1a227488f49e0e575821cc023d1
parent7d7c713f3c5c0dff968995645941f26e04338908
scripts: allow tuning any test build option

Any build option can be enabled or disabled by appending the end
of its name to the config name.
Examples:
+INTRINSICS to enable CONFIG_RTE_FORCE_INTRINSICS
~RXTX_CALLBACKS to disable CONFIG_RTE_ETHDEV_RXTX_CALLBACKS

These builtin (lowercase) options are also added for convenience:
+debug to enable every debug options
+default to set target machine as default

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