Re: [dpdk-dev] [PATCH 0/4] fix test of some build options

2019-02-24 Thread Thomas Monjalon
13/02/2019 00:05, Thomas Monjalon: > When using the "make" system which allows a huge number of > build combinations, some options were not tested with > the script test-build.sh. > > > Thomas Monjalon (4): > mk: fix build of shared library with libbsd > devtools: add libelf dependency to bui

[dpdk-dev] [PATCH 0/4] fix test of some build options

2019-02-12 Thread Thomas Monjalon
When using the "make" system which allows a huge number of build combinations, some options were not tested with the script test-build.sh. Thomas Monjalon (4): mk: fix build of shared library with libbsd devtools: add libelf dependency to build test devtools: test build of zlib PMD devtoo