devtools: expand meson cross compiling test coverage
authorGavin Hu <gavin.hu@arm.com>
Fri, 29 Jun 2018 17:27:38 +0000 (01:27 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 11 Jul 2018 19:14:21 +0000 (21:14 +0200)
commit44e830c4e9e8eab8ac96bfe1da7d2ab362cef278
tree5032607f27880a18af8a0ab9be7f21ef8a493d59
parentd292a42fc86b6b3ab69abb36f3112720cceb0b4b
devtools: expand meson cross compiling test coverage

The default test script covers only default host cc compiler, either gcc or
clang, the fix is to increase the coverage by adding one more to cover
clang and the others for gcc.

Fixes: a55277a788 ("devtools: add test script for meson builds")
Cc: stable@dpdk.org
Signed-off-by: Gavin Hu <gavin.hu@arm.com>
Reviewed-by: Phil Yang <phil.yang@arm.com>
Reviewed-by: Song Zhu <song.zhu@arm.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
devtools/test-meson-builds.sh