[PATCH v2 7/9] test: limit internal API usage
Bruce Richardson
bruce.richardson at intel.com
Thu Jul 23 15:33:33 CEST 2026
On Thu, Jul 23, 2026 at 02:55:56PM +0200, David Marchand wrote:
> Internal APIs may be used for validating the internals of some
> component, but in general, it should be discouraged.
>
> Let's not allow globally internal API in the unit tests.
>
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> ---
> app/test/meson.build | 3 ---
> app/test/process.c | 2 ++
> app/test/test_devargs.c | 2 ++
> app/test/test_external_mem.c | 2 ++
> app/test/test_malloc.c | 2 ++
> app/test/test_mempool.c | 2 ++
> app/test/test_pdump.c | 3 +++
> app/test/virtual_pmd.c | 2 ++
> 8 files changed, 15 insertions(+), 3 deletions(-)
>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list