mbox series

[0/4] fix test of some build options

Message ID 20190212230507.11793-1-thomas@monjalon.net (mailing list archive)
Headers
Series fix test of some build options |

Message

Thomas Monjalon Feb. 12, 2019, 11:05 p.m. UTC
  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
  devtools: fix test of some build options

 devtools/test-build.sh           | 12 +++++++++---
 mk/exec-env/linuxapp/rte.vars.mk |  6 ++++++
 mk/rte.app.mk                    |  3 ---
 mk/rte.lib.mk                    |  2 ++
 4 files changed, 17 insertions(+), 6 deletions(-)
  

Comments

Thomas Monjalon Feb. 24, 2019, 10:24 p.m. UTC | #1
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 build test
>   devtools: test build of zlib PMD
>   devtools: fix test of some build options

Applied