scripts: fix libnuma dependency in build test
authorThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 11 Jul 2016 21:26:01 +0000 (23:26 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 15 Jul 2016 14:08:25 +0000 (16:08 +0200)
commita6742a3d88e7b10a8e241b21e724e4aa20c0025f
tree1966c9a616d399c12d085fb85fbfd8023ac8ed36
parent72551a5feea56a8bb08bda53137a9026c0f39c4e
scripts: fix libnuma dependency in build test

The option CONFIG_RTE_LIBRTE_VHOST_NUMA depends on availability of
libnuma in the system.
The configuration option DPDK_DEP_NUMA can be set if available for
the DPDK_TARGET being built.

Fixes: cd31ca579c0d ("scripts: add build tests")

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