Re: [dpdk-dev] [PATCH] devtools: add test script for meson builds

2018-04-24 Thread Bruce Richardson
On Tue, Apr 24, 2018 at 01:32:55PM +0100, Bruce Richardson wrote: > To simplify testing with the meson and ninja builds, we can add a script > to set up and do multiple builds. Currently this script sets up: > > * clang and gcc builds > * builds using static and shared linkage for binaries (libs a

Re: [dpdk-dev] [PATCH] devtools: add test script for meson builds

2018-04-24 Thread Bruce Richardson
On Tue, Apr 24, 2018 at 01:32:55PM +0100, Bruce Richardson wrote: > To simplify testing with the meson and ninja builds, we can add a script > to set up and do multiple builds. Currently this script sets up: > > * clang and gcc builds > * builds using static and shared linkage for binaries (libs a

[dpdk-dev] [PATCH] devtools: add test script for meson builds

2018-04-24 Thread Bruce Richardson
To simplify testing with the meson and ninja builds, we can add a script to set up and do multiple builds. Currently this script sets up: * clang and gcc builds * builds using static and shared linkage for binaries (libs are always built as both) * a build using the lowest instruction-set level