devtools: fix ninja command in build test
authorGavin Hu <gavin.hu@arm.com>
Fri, 29 Jun 2018 17:27:36 +0000 (01:27 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 11 Jul 2018 19:14:21 +0000 (21:14 +0200)
commitc0d022070f7c7a77c1a47fee55f971b2afb763d4
treede30f8432c84100298666d6f04463e2837c4be21
parenteb04875825b5b4b4f66f0df03641011f229a4c1e
devtools: fix ninja command in build test

On some linux distributions, eg: CentOS, the ninja executable has a
different name: ninja-build, this patch is to check and adapt to it
accordingly.

./devtools/test-meson-builds.sh: line 24: ninja: command not found

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