mbox

[v3,0/4] Test examples compilation externally

Message ID 20230620140704.171667-1-david.marchand@redhat.com (mailing list archive)
Headers

Message

David Marchand June 20, 2023, 2:07 p.m. UTC
  As DPDK provides examples compiled with makefiles, we need some tests in
the CI. So far, a few maintainers have been testing them but a simple
issue has been missed for some time and there was no way to try to build
all examples that were built with meson.

Additionnally, this series can help in identify issues in public headers
that the current headers check can not catch as it relies on the meson
framework for finding headers include path (which points at sources).

Changes since v2:
- tweaked patch 2 commitlog,
- dropped -e sed option in patch 3/4,

Changes since v1:
- reworked built examples discovery,