Re: [dpdk-dev] [PATCH v11 6/6] devtools: expand meson cross compiling test coverage

2018-06-19 Thread Bruce Richardson
On Tue, Jun 19, 2018 at 09:37:46AM +0800, Gavin Hu wrote: > 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, also the build dirs are changed to *-host-$c, > indicating

Re: [dpdk-dev] [PATCH v11 6/6] devtools: expand meson cross compiling test coverage

2018-06-19 Thread Bruce Richardson
On Tue, Jun 19, 2018 at 09:37:46AM +0800, Gavin Hu wrote: > 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, also the build dirs are changed to *-host-$c, > indicating

[dpdk-dev] [PATCH v11 6/6] devtools: expand meson cross compiling test coverage

2018-06-18 Thread Gavin Hu
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, also the build dirs are changed to *-host-$c, indicating the difference of cc used. Fixes: a55277a788 ("devtools: add tes